Adding cadi_atomizer_java library as a dependency

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

cargo add cadi-atomizer-java

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

cadi-atomizer-java = "1.0.0"

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

Back to the crate overview.