readline 0.0.5

Wrapper around readline on Linux and Mac OS X, a shim on Windows
docs.rs failed to build readline-0.0.5
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.

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"