byte-arena 0.1.0

no_std, no_alloc arena for allocating byte buffers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# byte-arena

no_std, no_alloc arena for allocating byte buffers.

## Usage

Add `byte-arena` to your `Cargo.toml`:
```toml
byte-arena = "0.1.0"
```

Refer to [docs.rs](http://docs.rs/byte-arena) for the usage of this crate.

## License

Licensed under either
- [MIT License]https://github.com/MrGunflame/byte-arena/blob/master/LICENSE-MIT or
- [Apache License, Version 2.0]https://github.com/MrGunflame/byte-arena/blob/master/LICENSE-APACHE at your option.