mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
9 lines
178 B
Rust
9 lines
178 B
Rust
pub mod author;
|
|
pub mod branch;
|
|
pub mod error;
|
|
pub mod git;
|
|
pub mod trailer;
|
|
|
|
pub const META_BRANCH_PREFIX: &str = "fabro/meta/";
|
|
|
|
pub use error::{Error, MetadataError, Result};
|