linenoise-rust 0.1.2

Simple binding to lib linenoise (readline-like) in rust. linenoise is included.
docs.rs failed to build linenoise-rust-0.1.2
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

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

  • Original code by Antirez.
  • Port to Rust by Octplane.

TODO

  • Use fork from oldium/linenoise (when gcc:compile_library supports -l) : DOES NOT BUILD ON OSX AS IS
  • Split in -sys and normal library
  • Merge with linenoise cargo lib