simple-bitset 0.1.0

Simple no-std compatible 64-bit and 128-bit bitsets for embedded applications
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 53.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • martinbudden/crate-simple-bitset
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • martinbudden

simple-bitset Crate license License open source

Simple no-std compatible 64-bit and 128-bit bitsets for embedded applications".

  1. BitSet64 - for storing up to 64 bits.
  2. BitSet128 - for storing up to 128 bits.

BitSet64 uses a (u64) singlet for its underlying storage. BitSet128 uses a (u64, u64) duplet for its underlying storage.

License

Licensed under either of

at your option.