shipper 0.3.0-rc.1

Core library for reliable, resumable Rust workspace publishing
Documentation
1
2
3
4
5
6
7
8
9
//! Public façade for git operations.
//!
//! Re-exports the absorbed `crate::ops::git` module's public API so external
//! consumers (notably `shipper-cli`) keep using `shipper::git::*` after the
//! `shipper-git` microcrate absorption.
//!
//! See `crates/shipper/src/ops/git/CLAUDE.md` for architectural notes.

pub use crate::ops::git::{collect_git_context, ensure_git_clean, is_git_clean};