Adding maybenot_simulator library as a dependency

Run this command in a terminal, in your project's directory:

cargo add maybenot-simulator

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

maybenot-simulator = "2.0.1"

The maybenot_simulator library will be automatically available globally. Read the maybenot_simulator library documentation.

Back to the crate overview.