bitut 0.2.1

simple bit manipulation utilities
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 9 items with examples
  • Size
  • Source code size: 11.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • vxpm/bitut
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vxpm

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.