DEV Community

Discussion on: What would SQLite look like if written in Rust? — Part 1

Collapse
 
cthutu profile image
Matt Davies

structopt is a great crate for command line parsing. It sits on top of clap and parses the command line arguments directly into structs and enums. For icing on the cake, consider pawn that allows you to use a structopt struct as an argument to main.