#helper #cli #command-line

clytia

A crate to make writing CLIs a bit nicer, a set of functions for common components

4 releases

0.2.1 Jun 10, 2022
0.2.0 Jun 9, 2022
0.1.1 May 28, 2022
0.1.0 May 28, 2022

#541 in Command-line interface

MIT/Apache

37KB
736 lines

Clytia   Build Status Latest Version

Clytia is a crate to make writing your CLIs a little bit easier. It features nice colorful and intuitive input methods for your users.

Please look at the docs for more information.

License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

lib.rs:

Clytia

Clytia is a helper library to make writing CLIs easier and smoother

Clytia provides several functions, which either take in some form of user input or allow you to provide feedback to the user while some process is ongoing.

Look at the Clytia struct for more information.

Dependencies

~0.7–1.2MB
~27K SLoC