1 unstable release

new 0.0.14-dev Oct 16, 2024

#1098 in Parser implementations

Download history 112/week @ 2024-10-11

112 downloads per month
Used in nimble-rust

MIT license

5KB
63 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.

Getting Started

To use nimble-wrapped-step, add it as a dependency in your Cargo.toml:

nimble-wrapped-step = "0.0.14-dev"

Dependencies

~22KB