Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 899 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 899 Bytes

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.