bitchomp 0.3.1

A library for reading in different types from a buffer of bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# bitchomp


A rust library for reading in different types from a buffer of bytes.

---

## Disclaimer


This library is largely untested and currently unfinished. It will likely error
when pushed too far and breaking changes won't be uncommon. Beware!

---
bitchomp allows you read in arbitrary types, denoted `T: ByteReaderResource`