#![no_std]

pub mod hashing;
pub mod random;

use versioning::Version;
pub const VERSION: Version = Version::new(0, 1, 1);