cargo-readme 3.3.2

A cargo subcommand to generate README.md content from doc comments
Documentation
1
2
3
4
5
6
mod badges;
mod manifest;
pub mod project;

pub use self::manifest::get_manifest;
pub use self::manifest::Manifest;