akshually 0.2.3

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

pub mod date;
pub mod io;
pub mod math;