yui-core 0.5.0

Core Library for YUI
Documentation
1
2
3
4
5
6
//! Small packed types: bit sequences, bitmaps, and the 256-bit word backing
//! the wider bitmaps.

pub mod bitseq;
pub mod bitmap;
pub mod u256;