licenses.dev

defmt-parser v1.0.0

Parsing library for defmt format strings

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
glob • 0.3.4Support for matching file paths against Unix shell style patterns. INDIRECT0
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
relative-path • 1.9.3Portable, relative paths for Rust.INDIRECT0
rstest_macros • 0.19.0Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. INDIRECT13
rstest • 0.19.0Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. DIRECT14
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
syn • 2.0.119Parser for Rust source codeINDIRECT2
syn • 3.0.3Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.19Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.19derive(Error)DIRECT5
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/defmt-parser)](https://licenses.dev/cargo/defmt-parser)
<a href="https://licenses.dev/cargo/defmt-parser">
  <img src="https://licenses.dev/b/cargo/defmt-parser" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.0 version:

[![licenses](https://licenses.dev/b/cargo/defmt-parser/1.0.0)](https://licenses.dev/cargo/defmt-parser/1.0.0)
<a href="https://licenses.dev/cargo/defmt-parser/1.0.0">
  <img src="https://licenses.dev/b/cargo/defmt-parser/1.0.0" alt="licenses" />
</a>
GitHub