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