#pod #string #byte

zero

A Rust library for zero-allocation parsing of binary data

4 releases

0.1.3 Nov 27, 2022
0.1.2 Jan 17, 2016
0.1.1 Jan 17, 2016
0.1.0 Jan 16, 2016

#7 in #pod

Download history 13733/week @ 2024-12-10 10214/week @ 2024-12-17 7871/week @ 2024-12-24 7810/week @ 2024-12-31 10049/week @ 2025-01-07 10573/week @ 2025-01-14 10859/week @ 2025-01-21 11104/week @ 2025-01-28 13470/week @ 2025-02-04 12382/week @ 2025-02-11 11727/week @ 2025-02-18 11177/week @ 2025-02-25 12393/week @ 2025-03-04 11443/week @ 2025-03-11 14641/week @ 2025-03-18 11610/week @ 2025-03-25

51,938 downloads per month
Used in 54 crates (5 directly)

Apache-2.0 OR MIT

13KB
228 lines

Zero

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"

No runtime deps