clap 0.4.13

A Command Line Argument Parser written in Rust
1
2
3
4
5
6
7
8
9
10
# v0.4.13
    * Bug fixes with how multiple options are parsed
# v0.4.12
    * Minor bug fixes
# v0.4.11
    * Bug fixes and cleaned up code organization (well started to...)
    * Changed runtime representation of arguments to lower allocated memory
# v0.4.10
    * Minor bug fixes
    * Added more comprehensive examples to repo