#byte-stream #irox #no-alloc

no-std irox-bits

Bits & Bobs. No-std/No-alloc bit/byte manipulation of streams

13 releases

0.5.0 Feb 2, 2026
0.4.2 Mar 1, 2025
0.4.1 Feb 12, 2025
0.3.0 Dec 14, 2024
0.1.4 Jul 19, 2024

#2260 in Encoding

Download history 45/week @ 2026-01-05 35/week @ 2026-01-12 92/week @ 2026-01-19 83/week @ 2026-01-26 170/week @ 2026-02-02 46/week @ 2026-02-09 72/week @ 2026-02-16 73/week @ 2026-02-23 56/week @ 2026-03-02 99/week @ 2026-03-09 99/week @ 2026-03-16 42/week @ 2026-03-23 49/week @ 2026-03-30 98/week @ 2026-04-06 83/week @ 2026-04-13 54/week @ 2026-04-20

296 downloads per month
Used in 38 crates (15 directly)

MIT/Apache

110KB
2.5K SLoC

IROX-BITS

Bits & Bobs. No-std/No-alloc bit/byte manipulation of streams.

The main traits provided by this crate are Bits (analogous to std::io::Read), and MutBits (analogous to std::io::Write).

Also included are multi-OS wrappers SeekRead and SeekWrite, and a more organic UTF-8 encoding/decoding setup for chars.

This is an Irox foundational crate, it has no external dependencies, is no-std/no-alloc by default (but can be augmented by using the std and alloc features), and many other irox crates extend and augment the functionality contained herein. irox_structs is notable as it provides a derivable way to encode/decode structs as a sequence of bytes.

No-STD support:

  • The core traits Bits and MutBits and the majority of the functionality of this crate are available no-std/no-alloc.

Features:

No runtime deps

Features