overcast 0.1.3

Strongly typed changelogs for projects as changeable as the weather
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "render_json")]
mod json;
#[cfg(feature = "render_markdown")]
mod markdown;

#[cfg(feature = "render_json")]
pub use json::render_json;

#[cfg(feature = "render_markdown")]
pub use markdown::render_markdown;