Adding auto_encoder library as a dependency

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

cargo add auto_encoder

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

auto_encoder = "0.1.10"

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

Back to the crate overview.