nimiq-utils 0.2.0

Various utilities (e.g., CRC, Merkle proofs, timers) for Nimiq's Rust implementation
Documentation
#[cfg(feature = "crc")]
pub mod crc;
#[cfg(feature = "merkle")]
pub mod merkle;
#[cfg(feature = "observer")]
pub mod observer;
#[cfg(feature = "iterators")]
pub mod iterators;
#[cfg(feature = "throttled-queue")]
pub mod throttled_queue;
#[cfg(feature = "rate-limit")]
pub mod rate_limit;
#[cfg(feature = "unique-id")]
pub mod unique_id;