Using the history.rs example as the de facto example.  Also bumping version number to publish on crates.io
3 files changed
tree: 4c21bdfe84f49985d403fe66a453b242d0b3aaeb
  1. examples/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. Cargo.toml
  6. deploy-docs.sh
  7. LICENSE
  8. README.md
README.md

RustyLine

Build Status

Readline implementation in Rust that is based on Antirez' Linenoise

Documentation

Build

This project uses Cargo and Rust Stable

cargo build --release