pound 0.1.2

low footprint, derive-first CLI parser
Documentation
1
2
3
4
5
6
use pound::Parse;

#[derive(Parse)]
struct Bad(String, u32);

fn main() {}