// SPDX-License-Identifier: MIT
// Copyright 2023 IROX Contributors
#![forbid(unsafe_code)]
#[macro_use]
pub mod assert;
pub mod bits;
pub mod f64;
pub mod iterators;
pub mod murmur3;
pub mod options;
pub mod packetio;
pub mod read;
pub mod scanner;
pub mod u64;
pub mod u8;
pub mod vec;