//! Platform-stable hashing for bit-packed sequences.
use crateBs;
use BitField;
use Hasher;
/// Feed a bit slice into a hasher as a stable, platform-independent byte stream.
///
/// Bits are packed least-significant-first into bytes, matching the in-memory
/// `Lsb0` layout. Identical on 32 and 64 bit targets.
pub