linenoise-rust 0.1.7

Simple binding to lib linenoise (readline-like) in rust. linenoise is included.
docs.rs failed to build linenoise-rust-0.1.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: linenoise-rust-0.2.1

Linenoise for rust

A minimal, zero-config, BSD licensed, readline replacement.

  • Original code from Antirez, cf antirez/linenoise.
  • Ported to rust by your humble servant.

How to add the dependency in Cargo

Add the following line to you project

linenoise-rust = "0.1.5"

Usage

Misc

Why is this library not named linenoise ?

The original linenoise library belongs to cmr/linenoise-rs for which I have sent some pull requests. However, I'm trying to maintain my own version as the stats tends to indicate my version is the de factor standard.

TODO