advent-of-code/2021/src/lib.rs
kageru 30c8e0e1ff
Add unchecked string parsing
Saves ~5-10% in parsing benchmarks
2021-12-09 00:26:00 +01:00

4 lines
71 B
Rust

#![feature(associated_type_bounds)]
pub mod common;
pub mod teststuff;