| Crates.io | cumaea |
| lib.rs | cumaea |
| version | 0.1.1 |
| created_at | 2024-01-13 01:38:38.456471+00 |
| updated_at | 2024-01-16 23:22:07.283137+00 |
| description | A crate to handle prompts for user input. |
| homepage | |
| repository | https://github.com/ethanbarry/cumaea |
| max_upload_size | |
| id | 1098215 |
| size | 18,251 |
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. :)
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!