Adding ali_oss library as a dependency

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

cargo add ali-oss

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

ali-oss = "0.0.5"

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

Back to the crate overview.