//! Self-update system for Ferrous Forge
/// Automatic update checking on command invocation.
/// GitHub release fetching for update discovery.
/// Update orchestration and binary replacement.
/// Update data types for channels and release info.
pub use check_auto_update;
pub use ;