Thanks to visit codestin.com Credit goes to lib.rs
serde_big_array
Run this command in a terminal, in your project's directory:
cargo add serde-big-array
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
serde-big-array = "0.5.1"
The serde_big_array library will be automatically available globally. Read the serde_big_array library documentation.
Back to the crate overview.