Crates.io | pomprt |
lib.rs | pomprt |
version | 0.6.0 |
source | src |
created_at | 2023-10-06 03:53:54.448239 |
updated_at | 2024-06-10 16:12:22.745797 |
description | A small yet feature-rich readline prompt |
homepage | |
repository | https://codeberg.org/rini/pomprt |
max_upload_size | |
id | 994802 |
size | 44,772 |
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
/winapi
for input in pomprt::new(">> ") {
println!("{input}");
}