# nimble-step-map [![Crates.io](https://img.shields.io/crates/v/nimble-step-map)](https://crates.io/crates/nimble-step-map) [![Documentation](https://docs.rs/nimble-step-map/badge.svg)](https://docs.rs/nimble-step-map) `nimble-step-map` is a type alias around [`SeqMap`](https://crates.io/crates/seq-map) that holds the step for all participants for a single tick. ## 📦 Installation Add the following to your `Cargo.toml` file: ```toml [dependencies] nimble-step-map = "0.0.17-dev" ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.