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