#![allow(clippy::module_name_repetitions)] use yoke::Yoke; pub mod commit; pub mod prefixes; pub mod repository; pub mod tag; pub type Yoked = Yoke>; pub const SCHEMA_VERSION: &str = "1";