md-designer 0.1.1

A CLI tool for creating design docs in Markdown
Documentation
1
2
3
4
5
6
use lazy_static::lazy_static;

lazy_static! {
    pub static ref AUTO_INCREMENT_KEY: String = String::from("AUTOINCREMENT");
    pub static ref CUSTOM_PREFIX_KEY: String = String::from("CUSTOMPREFIX");
}