| Crates.io | nexosim-byte-utils |
| lib.rs | nexosim-byte-utils |
| version | 0.0.0-alpha.1 |
| created_at | 2025-09-05 20:02:50.301125+00 |
| updated_at | 2025-09-18 18:02:18.965764+00 |
| description | Byte and stream manipulation utilities for NeXosim-based simulations. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1826066 |
| size | 33,303 |
This crate contains byte and stream related utilities and models useful in protocol implementation for NeXosim-based simulations.
The API documentation is relatively exhaustive and includes a practical overview which should provide all necessary information to get started.
An example of usage can be found in serial port model.
See also NeXosim documentation.
To use the latest version, add to your Cargo.toml:
[dependencies]
nexosim-byte-utils = { git = "https://github.com/asynchronics/nexosim-protocols.git" }
This software is licensed under the Apache License, Version 2.0 or the MIT license, at your option.
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.