parity-prdoc 0.1.1

prdoc is a tool for structured pull request annotation, useful for rich changelog generation
Documentation
1
2
3
4
5
6
7
8
//! The [prdoc](/prdoc) cli is an empty shell that is mostly gathering user input and passing it to
//! the function implemented in this module.

pub mod check;
pub mod generate;
pub mod load;
pub mod scan;
pub mod version;