Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrc/zero

A Rust library for zero-allocation parsing of binary data.
https://github.com/nrc/zero

Last synced: 6 days ago
JSON representation

A Rust library for zero-allocation parsing of binary data.

Awesome Lists containing this project

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](https://docs.rs/zero/) for more information.

Available on [crates.io](https://crates.io/crates/zero/).

Build:

```
cargo build
```

Test:

```
cargo test
```

To use in your project, add to your `Cargo.toml`:

```
[dependencies]
zero = "0.1.2"
```