kmdparse 0.0.2

Parsing user's commands into arbitrary Rust types
Documentation
[dependencies.heapless]
version = "0.9"

[dependencies.kmdparse-derive]
version = "=0.0.2"

[dev-dependencies.rustyline]
version = "9.1.0"

[dev-dependencies.smallvec]
version = "1.8"

[dev-dependencies.tempdir]
version = "0.3"

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

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

[features]
default = []
std = []

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

[package]
authors = ["Vlad Poletaev <poletaev.vladislav@gmail.com>", "Sunip K. Mukherjee <sunipkmukherjee@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "no-std"]
description = "Parsing user's commands into arbitrary Rust types"
documentation = "https://docs.rs/kmdparse/"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "kmdparse"
readme = "README.md"
repository = "https://github.com/sunipkm/kmdparse"
version = "0.0.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]