advent-of-code/common/rust/src/lib.rs

6 lines
121 B
Rust
Raw Normal View History

2022-12-04 17:41:57 +01:00
#![warn(clippy::pedantic)]
mod section_range;
pub use section_range::{EmptyRange, InvalidSectionString, SectionRange};