exbytes 0.1.2

Extensions for `bytes::Bytes` and `bytes::BytesMut` to support variable-length integer encoding (LEB128/ZigZag)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# exbytes

Extensions for `bytes::Bytes` and `bytes::BytesMut` to support variable-length integer encoding (LEB128/ZigZag).

## Projects Structure

```
Cargo.toml
src/
  lib.rs
tests/
  var.rs
```