//! Builders for the four core object types.
//!
//! Each builder is a thin, ergonomic wrapper around the corresponding
//! constructor in [`libvctrl_handler`]. They do not duplicate validation;
//! they simply forward to the fundamental constructors.
pub use BlobBuilder;
pub use CommitBuilder;
pub use TagBuilder;
pub use ;