Crates.io | linenoise-rust |
lib.rs | linenoise-rust |
version | 0.2.1 |
source | src |
created_at | 2014-12-13 23:17:17.598463 |
updated_at | 2018-03-05 09:27:43.758669 |
description | Simple binding to lib linenoise (readline-like) in rust. linenoise is included. |
homepage | https://github.com/octplane/rust-linenoise |
repository | https://github.com/octplane/rust-linenoise |
max_upload_size | |
id | 549 |
size | 218,447 |
A minimal, zero-config, BSD licensed, readline replacement.
Add the following line to you project
linenoise-rust = "0.2.0"
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.
Use fork from oldium/linenoise (when gcc:compile_library supports -l) : oldium/linenoise does not build on OSX as is,
Split in -sys and normal library.
Linenoise was also improved by these people. Thanks to them :)