fast_image_resize
Run this command in a terminal, in your project's directory:
cargo add fast_image_resize
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
fast_image_resize = "5.1.0"
The fast_image_resize library will be automatically available globally. Read the fast_image_resize library documentation.
Back to the crate overview.