Thanks to visit codestin.com
Credit goes to lib.rs

Adding serde_big_array library as a dependency

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:

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.