md-designer 0.1.1

A CLI tool for creating design docs in Markdown
Documentation
1
2
3
4
5
6
7
8
#![warn(rust_2018_idioms)]

pub mod app;
pub mod constant;
pub mod data;
pub mod mapping;
pub mod rule;
pub mod utils;