Thanks to visit codestin.com
Credit goes to lib.rs

Adding amplify_num library as a dependency

Run this command in a terminal, in your project's directory:

cargo add amplify_num

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

amplify_num = "0.5.3"

The amplify_num library will be automatically available globally. Read the amplify_num library documentation.

Back to the crate overview.