defmt-parser 1.0.0-rc.1

Parsing library for defmt format strings
Documentation
[dependencies.thiserror]
version = "2"

[dev-dependencies.rstest]
default-features = false
version = "0.19"

[features]
unstable = []

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

[package]
authors = ["The Knurling-rs developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parsing library for defmt format strings"
edition = "2021"
keywords = ["knurling", "defmt"]
license = "MIT OR Apache-2.0"
name = "defmt-parser"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "1.0.0-rc.1"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg=docsrs"]