Registry / cli / liner
library0.4.4rscratesunverified

A library offering readline-like functionality for interactive command-line input.

# Cargo.toml [dependencies] liner = "0.4.4"
INSTALL
IMPORT
SIG · LINER
L
liner
clirustv0.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Editor
use liner::Editor;

Reads a line of input with readline-like editing.

use liner::Editor; fn main() { let mut editor = Editor::new(); let result = editor.read_line("> ").unwrap(); println!("You entered: {}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
liner — cargo add liner · libregistry