| Crates.io | pomprt |
| lib.rs | pomprt |
| version | 0.6.1 |
| created_at | 2023-10-06 03:53:54.448239+00 |
| updated_at | 2024-11-14 17:23:16.952069+00 |
| description | A small yet feature-rich readline prompt |
| homepage | |
| repository | https://codeberg.org/rini/pomprt |
| max_upload_size | |
| id | 994802 |
| size | 45,583 |
A tiny and extensible readline implementation built from scratch
Pomprt is a small yet feature-rich multi-line editor that supports syntax highlighting, hints and completion.
libc/winapifor input in pomprt::new(">> ") {
println!("{input}");
}