bip_util 0.5.0

Utilities for the Bittorrent Infrastructure Project
Documentation
1
2
3
4
5
6
7
8
9
mod sequential;
mod locally_shuffled;

pub trait TransactionIds<T> {
    fn generate(&mut self) -> T;
}

pub use self::sequential::SequentialIds;
pub use self::locally_shuffled::LocallyShuffledIds;