anodizer-core 0.25.0

Core configuration, context, and template engine for the anodizer release tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod query;
mod repo_state;
mod rollback;
mod subjects;

pub use query::*;
pub use repo_state::*;
pub use rollback::*;
pub use subjects::*;

pub(crate) use crate::git::{git_output_in, has_remote_in};

#[cfg(test)]
mod tests;