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