#[path = "parse/anchors.rs"]
mod anchors;
#[path = "parse/basic.rs"]
mod basic;
#[path = "parse/coverage.rs"]
mod coverage;
#[path = "parse/extends.rs"]
mod extends;
#[path = "parse/fields.rs"]
mod fields;
#[path = "parse/include.rs"]
mod include;
#[path = "parse/order.rs"]
mod order;