Documentation
# 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](src/lib.rs) for more information.

Build:

```
cargo build
```

Test:

```
cargo test
```

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

```
[dependencies]
zero = "0.1.0"
```