bytesutil 0.7.0

Yet another byte utility for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
![logo](https://assets.gitlab-static.net/uploads/-/system/group/avatar/10553166/logo_white.ico?width=64)

# bytesutil
Yet another byte utility for Rust.

## Features
- A java-like ByteBuf.
- Support for encoding numbers and booleans with little-endian or big-endian ordering.
- IO utilities.

## Usage and development

### Prerequisites
All that is needed to develop this project is cargo and Rust. You can install rust
from https://www.rust-lang.org/tools/install.

### Installation
You can install the package from [crates.io](https://crates.io/crates/bytesutil).