mds-rs 0.1.8

Markdown to static HTML slideshow generator.
1
2
3
4
pub const APP_NAME: &str = "mds";
pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");
pub const APP_REPO: &str = env!("CARGO_PKG_REPOSITORY");
pub const HELP_CONTENTS: &str = include_str!("statics/help.txt");