Adding numrs_c library as a dependency

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

cargo add numrs-c

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

numrs-c = "0.1.9"

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

Back to the crate overview.