typosaurus/
lib.rs

1#![no_std]
2
3pub mod bool;
4pub mod collections;
5pub mod num;
6pub mod traits;
7
8pub use typenum::assert_type_eq;
9
10#[cfg(test)]
11#[allow(unused)]
12pub(crate) mod dinosaurs;