Expand description
A crate for handling variadic arguments.
The documentation is unfinished for the time being.
Use ArgumentsBuilder for building arguments.
Use Arguments for parsing arguments.
Structs§
- Argument
- A variant item that implements Copy-on-Write.
- Arguments
- A container for storing a set of arguments.
- Arguments
Builder - A structure for creating Arguments.
- Owned
Argument - An owned argument.
Enums§
- Argument
Kind - The argument kind returned from Argument::into_inner.
Constants§
- MAX_
ARG_ COUNT - The maximum amount of arguments allowed inside a arguments container.