Skip to content
forked from mttr/readline

A cross platform readline wrapper in Rust (Linux, Mac OS X, and Windows)

License

Notifications You must be signed in to change notification settings

libfud/readline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readline

This library wraps readline-sys. On Linux and Mac OS X, it allows you to edit lines reasonably and access your history (with the up arrow and add_history()), and on Windows it allows you to edit lines reasonably.

To add to a project

[dependencies]
readline = "0.0.4"

About

A cross platform readline wrapper in Rust (Linux, Mac OS X, and Windows)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%