1
2
3
4
5
#![feature(pattern)]

pub mod identifier;
pub mod formatting;
pub mod component;