Crate clytia

Crate clytia 

Source
Expand description

§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.

Structs§

Clytia
Holder for an input an output, useful if you need custom buffer to read and write to. For most cases, you can use Default::default e.g.

Enums§

Error
Clytia’s Error type

Type Aliases§

Result
A alias for std::result::Result where the default error is Error