This library generates hazards APIs starting from a JSON ontology. For a more in depth explanation about hazards have a look at the Hazard Documentation.
This is the list of supported programming languages:
- C
- C++
- Rust
A check indicates the languages for which API generation has been implemented.
Use this command to build the library:
cargo build
Testing has been performed via snapshots, using insta. Use the following command to launch the tests:
cargo insta test
To review the snapshots, use:
cargo insta review
The next command combines the previous two operations:
cargo insta test --review