Skip to content

Latest commit

 

History

History

README.md

The Tool For Selecting Container Implementations According to Property Specifications

Dependencies

Executing the tool

  • Make sure the program with property specifications is put under the directory ./spec_code/
  • Run the tool with command:
cargo run [input.rs] [output.rs]

for example

cargo run example_unique.rs example_unique_output.rs
  • The generated file will appear in the directory ./gen_code/