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

Download history 136/week @ 2024-10-13 627/week @ 2024-10-20

763 downloads per month
Used in 2 crates

MIT license

5KB
68 lines

nimble-wrapped-step

Crates.io Documentation

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