Skip to main contentModule bitmap
Source pub use refs::*;
- fmt
- Implementations of formating methods for
Bitmap, including Debug. - from
- Implementations of
From and Into for Bitmap, BitRef and BitRefMut. - macros
- Providing macros to create bitmap convenently.
- ops
- Implementations of logic operations like
BitAnd and BitOrAssign
for Bitmap. - ptr
- refs
- Bit ref wrappers.
- he_lang
- A wrapper of
newmap, which is a painted eggshell.
Create a bitmap with indexes instead of flags. - newmap
- Create a
cbitmap::bitmap::Bitmap by specifying the bit length and flags.
- Bitmap
- A size-fixed bitmap with croase-granularity (byte) and conventional
interfaces.
- BitsManage
- A general trait, structs which implemented this
trait provide interfaces to access a range of bits.
- FillPrefix
- Fill the first several bytes (8*bits) of a bitmap.