byte-chisel

Crates.iobyte-chisel
lib.rsbyte-chisel
version0.2.1
created_at2025-10-18 14:51:58.633775+00
updated_at2026-01-01 14:12:03.541403+00
descriptionA library for decoding byte-streams into data structures
homepage
repositoryhttps://codeberg.org/Fayti1703/byte-chisel
max_upload_size
id1889274
size52,729
(Fayti1703)

documentation

README

byte-chisel

A library for decoding ("chiselling") structures out of a byte-stream.

Features

  • Built-in support for primitive types in either endianness
  • Automatic byte offset tracking for error reporting
  • #[no_std] support (some functions require a global allocator with the alloc crate)

Flags

This crate has the following Cargo features:

  • std: Enables features that depend on std, such as Read/BufRead support (enabled by default)
  • alloc: Enables features that depend on an allocator, such as read_until. (enabled by default)
Commit count: 0

cargo fmt