akshually/
lib.rs

1//! # Akshually
2//!
3//! The `akshually` crate contains various unrelated functions I kept on re-implementing for
4//! different projects and examples. Therefore I started collecting them in a library that doesn't
5//! take up any additional dependencies.
6
7pub mod date;
8pub mod io;
9pub mod math;