cumaea

Crates.iocumaea
lib.rscumaea
version0.1.1
sourcesrc
created_at2024-01-13 01:38:38.456471
updated_at2024-01-16 23:22:07.283137
descriptionA crate to handle prompts for user input.
homepage
repositoryhttps://github.com/ethanbarry/cumaea
max_upload_size
id1098215
size18,251
Ethan Barry (ethanbarry)

documentation

README

cumaea

cumaea is a crate that handles prompting for user input. It's a personal project; if you found it somehow, DO NOT USE IT. I'll probably break it a week from now. :)

Usage

If you're still here, this crate exports two functions and a couple of [enum]s that govern the coloration and decoration of your prompts. I suggest bringing into scope the individual variants of the enums, for less typing. Or, you can type Some(cumaea::ColorChoice::Normal(cumaea::Color::Magenta)) in your function calls!

Commit count: 0

cargo fmt