# nimble-wrapped-step [![Crates.io](https://img.shields.io/crates/v/nimble-wrapped-step)](https://crates.io/crates/nimble-wrapped-step) [![Documentation](https://docs.rs/nimble-wrapped-step/badge.svg)](https://docs.rs/nimble-wrapped-step) nimble-wrapped-step is a Rust crate that provides wrapped steps (actions, decisions) for serialization and deserialization, useful in deterministic simulations and networked applications. It wraps generic steps for easy serialization and deserialization into octet streams, leveraging the power of types like GenericOctetStep and WrappedOctetStep. ## 📦 Installation Add the following to your `Cargo.toml`: ```toml [dependencies] nimble-wrapped-step = "0.0.17-dev" ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.