Adding net_mel library as a dependency

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

cargo add net-mel

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

net-mel = "0.9.2"

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

Back to the crate overview.