Skip to content

BPXFormat/bytesutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.