noshell-parser 0.2.0

noshell, a no_std argument parser and a shell for constrained systems.
Documentation
[package]
name = "noshell-parser"

authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
homepage.workspace = true
repository.workspace = true
description.workspace = true
readme.workspace = true

[dependencies]
heapless = "0.8.0"

defmt = { workspace = true, optional = true }
thiserror.workspace = true

[dev-dependencies]
googletest.workspace = true

[features]
default = []

defmt = ["dep:defmt"]