editline 0.0.3

A platform-agnostic line editor with history and full editing capabilities
Documentation
[dependencies]

[[example]]
name = "simple_repl"
path = "examples/simple_repl.rs"

[lib]
name = "editline"
path = "src/lib.rs"

[package]
authors = ["Ed"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "text-editors"]
description = "A platform-agnostic line editor with history and full editing capabilities"
edition = "2021"
keywords = ["readline", "line-editor", "repl", "terminal", "cli"]
license = "MIT OR Unlicense"
name = "editline"
readme = "README.md"
repository = "https://github.com/edadma/editline"
rust-version = "1.56"
version = "0.0.3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
features = ["wincon", "winbase", "handleapi", "consoleapi", "processenv"]
version = "0.3"