scud_core 0.13.0

Core library of scud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// CLI Root definition
pub mod cli;

/// Definitions for the information-based
/// subcommands of `scud`.
pub mod information;

/// Definitions for the version-control-based
/// subcommands of `scud`.
pub mod version_control;

/// Definitions for the branching-based
/// subcommands of `scud` (e.g. feature, release, hotfix, checkout, etc.).
pub mod branching;