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