zero

Crates.iozero
lib.rszero
version0.1.3
sourcesrc
created_at2016-01-16 22:31:38.748743
updated_at2022-11-27 14:07:11.478496
descriptionA Rust library for zero-allocation parsing of binary data.
homepage
repositoryhttps://github.com/nrc/zero
max_upload_size
id3906
size13,281
Developers (github:fullcontact:developers)

documentation

README

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"
Commit count: 15

cargo fmt