cursus 0.2.0

Library crate for the cursus release management CLI
Documentation
1
2
3
4
5
6
7
8
//! Core domain types for configuration, changesets, and changelog generation.
//!
//! This module contains the fundamental data structures and I/O operations
//! for Cursus's version management workflow.

pub mod changelog;
pub mod changeset;
pub mod config;