zero 0.1.3

A Rust library for zero-allocation parsing of binary data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "zero"
version = "0.1.3"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
description = "A Rust library for zero-allocation parsing of binary data."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nrc/zero"
readme = "README.md"
edition = "2021"

[dependencies]