Adding amari_dual library as a dependency

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

cargo add amari-dual

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

amari-dual = "0.22.0"

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

Back to the crate overview.