Adding sharded_offset_map library as a dependency

Run this command in a terminal, in your project's directory:

cargo add sharded-offset-map

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

sharded-offset-map = "0.2.0"

The sharded_offset_map library will be automatically available globally. Read the sharded_offset_map library documentation.

Back to the crate overview.