bytesutil

Crates.iobytesutil
lib.rsbytesutil
version0.7.0
sourcesrc
created_at2023-11-21 22:23:20.972711
updated_at2023-12-06 20:56:39.719553
descriptionYet another byte utility for Rust
homepage
repositoryhttps://github.com/BPXFormat/bytesutil
max_upload_size
id1044691
size34,479
(Yuri6037)

documentation

README

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.

Commit count: 8

cargo fmt