stensonowen / yaap

shoutout to my highschool headmaster who thought Dead Poets Society was too solipsistic to be a good movie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Argument Parser

(sorry, I hate that naming convention too. coming up with names is hard)

Pronounced 'YAWP'. Barbarically if possible.

Rust already has a handful of command-line argument parsers, but none that I particularly like. Clap feels a tad too bloaty and frameworks based on parsing a help string make me uncomfortable. I found myself implementing my own arg parsing and figured it made more sense to just maintain my own framework and add features as necessary instead of bouncing around trying to find a crate that offers all the features I'm interested in.

About

shoutout to my highschool headmaster who thought Dead Poets Society was too solipsistic to be a good movie

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%