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