#![deny(clippy::pedantic)] #![allow(dead_code)] pub mod atom; pub mod depend; pub mod useflag;