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