Skip to content

Totobird-Creations/bitptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust `core::ptr` for bit offsets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages