Docs.rs
rustyline-13.0.0
rustyline 13.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kkawakam
gwenn
Dependencies
bitflags ^2.0
normal
cfg-if ^1.0
normal
fd-lock ^4.0.0
normal
home ^0.5.4
normal
libc ^0.2
normal
log ^0.4
normal
memchr ^2.0
normal
radix_trie ^0.2
normal
regex ^1.5.5
normal
rusqlite ^0.30.0
normal
rustyline-derive ^0.10.0
normal
unicode-segmentation ^1.0
normal
unicode-width ^0.1
normal
assert_matches ^1.2
dev
doc-comment ^0.3
dev
env_logger ^0.10
dev
rand ^0.8
dev
tempfile ^3.1.0
dev
nix ^0.27
normal
signal-hook ^0.3
normal
skim ^0.10
normal
termios ^0.3.3
normal
utf8parse ^0.2
normal
clipboard-win ^5.0
normal
winapi ^0.3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
rustyline
13.0.0
Module hint
Structs
Traits
In crate rustyline
?
Module
rustyline
::
hint
source
·
[
−
]
Expand description
Hints (suggestions at the right of the prompt as you type).
Structs
HistoryHinter
Add suggestion based on previous history entries matching current user input.
Traits
Hint
A hint returned by Hinter
Hinter
Hints provider