Skip to content

aaronguo1996/rest_api_synthesis

Repository files navigation

rest_api_synthesis

Using Evaluation Docker Image

Build and Run Container

  1. Install docker.
  2. Run docker build . -t latest apiphany
  3. Run docker run -it apiphany

Building

This project is structured as a combined Rust/Python project (Rust is used for RE). To build all the necessary components:

  1. Install maturin.
  2. Create a virtualenv and install all the Python requirements into the venv.
  3. From the root directory, run maturin develop --release --strip.
  4. The bench script should now be runnable from within the apiphany directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published