Skip to content

shaleh/rust-readline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-readline

Simple wrapper around readline for the Rust language

Exposes:

  • add_history(line: &str)
  • history() -> Vec<String>
  • history_expand(input: &str) -> Result<Option<String>, String>
  • history_is_stifled() -> bool
  • stifle_history(n: i32)
  • unstifle_history() -> i32
  • readline(prompt: &str) -> Option<String>

A Gitter channel is available.

About

Simple wrapper around readline for the Rust language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages