5 releases
new 0.0.17-dev | Oct 24, 2024 |
---|---|
0.0.16 | Oct 22, 2024 |
0.0.15-dev | Oct 21, 2024 |
0.0.14-dev | Oct 16, 2024 |
#2180 in Game dev
763 downloads per month
Used in 2 crates
5KB
68 lines
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
:
[dependencies]
nimble-wrapped-step = "0.0.17-dev"
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
~22KB