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