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