ushell2 0.1.0

Lightweight no_std shell runtime for interactive CLI applications
Documentation
[dependencies.heapless]
version = "0.9.1"

[dependencies.ushell_input]
version = "0.1.0"

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

[package]
authors = ["userx007 <vmpxxl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Lightweight no_std shell runtime for interactive CLI applications"
documentation = "https://docs.rs/ushell2"
edition = "2024"
homepage = "https://github.com/userx007/uRustShell"
keywords = ["shell", "command-line"]
license = "MIT"
name = "ushell2"
publish = true
readme = "README.md"
repository = "https://github.com/userx007/uRustShell"
version = "0.1.0"

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