Thanks to visit codestin.com Credit goes to lib.rs
moonshine_util
Run this command in a terminal, in your project's directory:
cargo add moonshine-util
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
moonshine-util = "0.4.1"
The moonshine_util library will be automatically available globally. Read the moonshine_util library documentation.
Back to the crate overview.