licenses.dev

defmt-macros v1.1.1

defmt macros

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT20
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
defmt-parser • 1.0.0Parsing library for defmt format stringsDIRECT6
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
glob • 0.3.4Support for matching file paths against Unix shell style patterns. INDIRECT0
maplit • 1.0.2Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.DIRECT0
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.DIRECT2
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.DIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)DIRECT2
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 codeDIRECT2
syn • 3.0.3Parser for Rust source codeINDIRECT2
thiserror-impl • 2.0.19Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 2.0.19derive(Error)INDIRECT5
yansi • 1.0.1A dead simple ANSI terminal color painting library.INDIRECT0
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-macros)](https://licenses.dev/cargo/defmt-macros)
<a href="https://licenses.dev/cargo/defmt-macros">
  <img src="https://licenses.dev/b/cargo/defmt-macros" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.1 version:

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