ushell_input 0.1.0

Core of the shell framework.
Documentation
[dependencies.heapless]
version = "0.9.1"

[features]
default = []
heap-history = []
heap-input-buffer = []
history-persistence = []

[lib]
doctest = false
name = "ushell_input"
path = "src/lib.rs"

[package]
authors = ["userx007 <vmpxxl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Core of the shell framework."
documentation = "https://docs.rs/ushell_input"
edition = "2024"
homepage = "https://github.com/userx007/uRustShell"
keywords = ["shell", "template", "command-line", "framework"]
license = "MIT"
name = "ushell_input"
readme = "README.md"
repository = "https://github.com/userx007/uRustShell"
version = "0.1.0"

[target."cfg(unix)".dependencies.termios]
version = "0.3.3"

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