unclog 0.7.3

unclog allows you to build your changelog from a collection of independent files. This helps prevent annoying and unnecessary merge conflicts when collaborating on shared codebases.
Documentation
1
2
3
4
//! Serialization-related functionality for unclog.

pub mod from_str;
pub mod optional_from_str;