prepl 0.6.3

A very barebones REPL library
Documentation
[dependencies.crossterm]
default-features = false
features = ["windows", "events"]
version = "0.29.0"

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

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

[lints.clippy]
missing_errors_doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A very barebones REPL library"
documentation = "https://docs.rs/prepl/"
edition = "2024"
keywords = ["terminal", "cli", "input"]
license = "MIT OR Apache-2.0"
name = "prepl"
readme = "README.md"
repository = "https://github.com/Icerath/prepl"
version = "0.6.3"