vxpm / bitut

simple bit manipulation utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate that provides a BitUtils trait which implements basic bit operations on integer types. Allows getting/setting the value of a bit or a range of bits. no-std.

Features

  • const_impl (nightly only): makes BitUtils a const trait.

About

simple bit manipulation utilities


Languages

Language:Rust 100.0%