Adding streammap_ext library as a dependency

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

cargo add streammap-ext

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

streammap-ext = "0.1.0"

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

Back to the crate overview.