| Crates.io | zero |
| lib.rs | zero |
| version | 0.1.3 |
| created_at | 2016-01-16 22:31:38.748743+00 |
| updated_at | 2022-11-27 14:07:11.478496+00 |
| description | A Rust library for zero-allocation parsing of binary data. |
| homepage | |
| repository | https://github.com/nrc/zero |
| max_upload_size | |
| id | 3906 |
| size | 13,281 |
A Rust library for zero-allocation parsing of binary data.
Requires Rust version 1.6 or later (requires stable libcore for no_std).
See docs for more information.
Available on crates.io.
Build:
cargo build
Test:
cargo test
To use in your project, add to your Cargo.toml:
[dependencies]
zero = "0.1.2"