murarth / gumdrop

Rust option parser with custom derive support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the 'required' option to the documentation

RazrFalcon opened this issue · comments

Currently, it doesn't mentioned anywhere.

And it will be nice to have a list of all possible options/attributes.

Full documentation of the #[options(...)] attribute is available in the docs for gumdrop_derive.

I've added a link in the crate-level docs for gumdrop that points to the gumdrop_derive docs.