Adding o2o library as a dependency

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

cargo add o2o

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

o2o = "0.5.4"

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

Back to the crate overview.