2 unstable releases
Uses new Rust 2024
| 0.1.0-alpha.1 | Sep 5, 2025 |
|---|---|
| 0.0.0-alpha.1 | Sep 18, 2025 |
#492 in Simulation
24KB
445 lines
NeXosim byte protocol utilities
This crate contains byte and stream related utilities and models useful in protocol implementation for NeXosim-based simulations.
Documentation
The API documentation is relatively exhaustive and includes a practical overview which should provide all necessary information to get started.
Examples of usage can be found in examples directory and serial port
model examples.
See also NeXosim documentation.
Usage
To use the latest version, add to your Cargo.toml:
[dependencies]
nexosim-byte-utils = "0.1.0-alpha.1"
License
This software is licensed under the Apache License, Version 2.0 or the MIT license, at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~3–31MB
~382K SLoC