Registry / utility / rustyline-derive

rustyline-derive

JSON →
library0.12.0rscratesunverified

Rustyline macros implementation of #[derive(Completer, Helper, Hinter, Highlighter)].

# Cargo.toml [dependencies] rustyline-derive = "0.12.0"
INSTALL
IMPORT
SIG · RUSTYLINE-DERIVE
R
rustyline-derive
utilityrustv0.12.0
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.

Completer
use rustyline_derive::Completer;

Derives the Completer trait for a custom struct.

use rustyline_derive::Completer; #[derive(Completer)] struct MyCompleter; // Use with rustyline::Editor
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rustyline-derive — cargo add rustyline-derive · libregistry