auto_encoder
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:
Cargo.toml
[dependencies]
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.