bitptr

Crates.iobitptr
lib.rsbitptr
version0.2.1
created_at2025-06-14 21:44:38.19144+00
updated_at2025-06-26 03:27:52.507713+00
description`core::ptr` for bit offsets
homepage
repositoryhttps://github.com/Totobird-Creations/bitptr
max_upload_size
id1712709
size39,317
Totobird (Totobird-Creations)

documentation

README

BitPtr

core::ptr for bit offsets.

pointers in Rust are locked to byte-offsets, or every 8 bits. bitptr aims to provide methods to help read and write data at off-byte offsets.

The primary use for bitptr is to pack data when the size of data is not known at compile time. For types and sizes known at compile time, consider bilge.

Commit count: 5

cargo fmt