mds-rs 0.1.0

Markdown to static HTML slideshow generator.
1
2
3
4
pub const APP_NAME: &str = env!("CARGO_PKG_NAME");
pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");

pub const HELP_CONTENTS: &str = include_str!("static/help.txt");