[][src]Crate bitcursor

Structs

BitCursor

A 'BitCursor' wraps an in memory buffer and provides it with a Seek implementation provided that memory buffer impls the Unit trait

Traits

ForceReadBits

The 'ForceReadBits' trait allows reading bits of size unit (bool, u8, u32, etc.), at the given bit/cursor position

ReadBits

The 'ReadBits' trait allows reading bits of size unit (bool, u8, u32, etc.), at the given bit/cursor position

Unit