tracing
Cargov0.1.44Application-level tracing for Rust.
Overview
tracing is an Cargo package that application-level tracing for Rust. The latest version is 0.1.44.
Who should use it
Teams working in the Cargo ecosystem who need application-level tracing for Rust and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to tracing
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Type erasure for async trait methods
A lightweight logging facade for Rust
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Version history
| Version | Published | License |
|---|---|---|
| 0.1.44latest | 7 months ago | MIT |
| 0.1.43 | 7 months ago | MIT |
| 0.1.42 | 7 months ago | MIT |
| 0.1.41 | 1 year ago | MIT |
| 0.1.40 | 2 years ago | MIT |
| 0.1.39 | 2 years ago | MIT |
| 0.1.38 | 3 years ago | MIT |
| 0.1.37 | 3 years ago | MIT |
| 0.1.36 | 4 years ago | MIT |
| 0.1.35 | 4 years ago | MIT |
| 0.1.34 | 4 years ago | MIT |
| 0.1.33 | 4 years ago | MIT |
| 0.1.32 | 4 years ago | MIT |
| 0.1.31 | 4 years ago | MIT |
| 0.1.30 | 4 years ago | MIT |
| 0.1.29 | 4 years ago | MIT |
| 0.1.28 | 4 years ago | MIT |
| 0.1.27 | 4 years ago | MIT |
| 0.1.26 | 5 years ago | MIT |
| 0.1.25 | 5 years ago | MIT |
Maintainers
Frequently asked questions
How do I install tracing?
Run `cargo add tracing` to add tracing to your Cargo project.
What license is tracing released under?
No license was detected in tracing's metadata; review the repository before use.
How popular is tracing?
tracing has approximately 0 downloads per week.