Crate yabf[][src]

Structs

SmallYabf

Yet another bit field implementation. This is a simple, small and hopefully efficient bit field implementation. It uses SmallVec as an internal container. The first 128 bits will be stored on the stack.

SmallYabfIterator

Iterator over the bits set to true in the bit field container. Will iterate over the bits from lowest to to highest.

Yabf

Yet another bit field implementation. This is a simple, small and hopefully efficient bit field implementation.

YabfIterator

Iterator over the bits set to true in the bit field container. Will iterate over the bits from lowest to to highest.