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

#[cfg(test)]
#[macro_use]
extern crate parameterized;

pub mod cli;
pub mod combinators;