Adding gsim library as a dependency
Run this command in a terminal, in your project's directory:
cargo add gsim
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
gsim = "1.1.4"
The gsim library will be automatically available globally.
Read the gsim library documentation.
Back to the crate overview.