File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969//!
7070//! There are also experiments with other APIs:
7171//! - [fncmd](https://github.com/yuhr/fncmd): function attribute
72- //! - [clap-serde](https://github.com/aobatact/clap-serde): create an `Command` from a deserializer
72+ //! - [clap-serde](https://github.com/aobatact/clap-serde): create a `Command` from a deserializer
7373//!
7474//! ### When should I use the builder vs derive APIs?
7575//!
8080//!
8181//! The [Builder API][crate::_tutorial] is a lower-level API that someone might want to use for
8282//! - Faster compile times if you aren't already using other procedural macros
83- //! - More flexibility, e.g. you can look up an [arguments values][crate::ArgMatches::get_many],
83+ //! - More flexibility, e.g. you can look up the [argument's values][crate::ArgMatches::get_many],
8484//! their [ordering with other arguments][crate::ArgMatches::indices_of], and [what set
8585//! them][crate::ArgMatches::value_source]. The Derive API can only report values and not
8686//! indices of or other data.
You can’t perform that action at this time.
0 commit comments