Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 565 Bytes

README.MD

File metadata and controls

18 lines (13 loc) · 565 Bytes

logo

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.