Registry / cli / linenoise-rust

linenoise-rust

JSON →
library0.2.1rscratesunverified

Simple binding to lib linenoise (readline-like) in rust. linenoise is included.

# Cargo.toml [dependencies] linenoise-rust = "0.2.1"
INSTALL
IMPORT
SIG · LINENOISE-RUST
L
linenoise-rust
clirustv0.2.1
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.

linenoise
use linenoise::linenoise;

Reads a line of input from the user with line editing support.

use linenoise::linenoise; fn main() { let input = linenoise("Enter text: "); println!("You entered: {:?}", input); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
linenoise-rust — cargo add linenoise-rust · libregistry