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
dist: xenial
language: rust
rust: stable

git:
  depth: 1

script:
  - cargo check --verbose
  - cargo test --verbose