quicli

Crates.ioquicli
lib.rsquicli
version0.4.0
sourcesrc
created_at2018-01-21 20:17:13.310625
updated_at2018-12-06 20:01:08.185282
descriptionQuickly build cool CLI apps in Rust.
homepagehttps://killercup.github.io/quicli/
repositoryhttps://github.com/killercup/quicli
max_upload_size
id47698
size47,677
Pascal Hertleif (killercup)

documentation

README

QuiCLI

Quickly build cool CLI apps in Rust.

Build Status Documentation License crates.io

Getting started

Read the Getting Started guide!

Thanks

This is only possible because of all the awesome libraries included here:

  • Structopt and Clap for the nice CLI with awesome argument handling, great error messages, and nice composability!
  • Serde for handling all things serializing and deserializing
  • failure for ergonomic error handling.
  • …and more to come!

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 143

cargo fmt