cp-rs 0.2.3

Competitive programming library, especially for AoC
Documentation
1
2
3
4
5
6
#[doc(inline)]
// Library made by Boiethios, Licensed with Apache-2.0
pub use radix_fmt::{radix, Radix};

#[doc(inline)]
pub use md5;