kermit-iters 0.0.6

Iterators used in Kermit
Documentation
1
2
3
4
5
//! This module previously defined the `KeyType` trait. The key type is now
//! fixed to `usize` across the library.

/// Canonical key type used throughout the library.
pub type Key = usize;