1
2
3
4
5
6
7
8
#![warn(clippy::all)]
#![warn(rust_2018_idioms)]

mod anon_fun;
pub mod datum;
pub mod error;
pub mod parser;
pub mod span;