asto 0.1.0

Asto is a minimalist DSL for documenting CLI tools, built from the ground up in Rust.
1
2
3
4
pub mod commands;
pub mod args;
pub mod matches;
pub mod filemanager;