licenses.dev

tracing-error v0.1.2

Utilities for enriching errors with `tracing`.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT8
PackageRelationDependenciesPublished
cfg-if • 1.0.0A 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
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
syn • 2.0.56Parser for Rust source codeINDIRECT3
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
MIT6
PackageRelationDependenciesPublished
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT2
tracing-subscriber • 0.2.25Utilities for implementing and composing `tracing` subscribers. DIRECT7
tracing • 0.1.40Application-level tracing for Rust. DIRECT9
valuable • 0.1.0Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries. INDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/tracing-error)](https://licenses.dev/cargo/tracing-error)
<a href="https://licenses.dev/cargo/tracing-error">
  <img src="https://licenses.dev/b/cargo/tracing-error" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.2 version:

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