Adding ndarray_einsum library as a dependency

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

cargo add ndarray-einsum

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

ndarray-einsum = "0.9.0"

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

Back to the crate overview.