bitmac
This library provides implementation of bitmap with custom bit accessing and resizing strategy.
[]
= "0.3"
Features
Feature | Description |
---|---|
bytes |
to implement ContainerRead trait for Bytes and ContainerRead , ContainerWrite , and Resizable traits for [BytesMut ] |
smallvec |
to implement ContainerRead , ContainerWrite and Resizable traits for SmallVec |
Example
use ;