you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 11 months ago

Agreed. As nice as clap is, it's not a combinator. Parser combinators have a the really nice feature of sharing the same "shape" as the data they parse, which makes them trivial to generate from a schema ... or to just use them to represent your schema in the first place ;) .

  • source
  • parent