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