Skip to content

taylordotfish/gnu-readline-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnu-readline-sys

This crate contains low-level bindings to GNU Readline.

This crate does not build Readline; it must already be installed on your system.

For API details, see the documentation for GNU Readline.

Documentation

Rust documentation is available on docs.rs, but users will also want to refer directly to Readline’s documenation.

License

gnu-readline-sys (as well as GNU Readline) is licensed under version 3 of the GNU General Public License, or (at your option) any later version. See LICENSE and COPYRIGHT.

Contributing

By contributing to gnu-readline-sys, you agree that your contribution may be used according to the terms of gnu-readline-sys’s license.