scalp 0.4.3

A declarative parsing library for pretty and highly customizable command-line interfaces.
Documentation
1
2
3
4
5
6
7
8
use scalp::*;

pub struct Cargo {}

fn main() -> Result<(), Error> {
    // TODO...
    Ok(())
}