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