mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-01 06:50:49 +00:00

## Motivation There's been demand for a crates.io release of the `tracing-subscriber` crate, particularly so that the `Layer` type (which is relatively stable) may be used in other crates. ## Solution This branch prepares `tracing-subscriber` to release an alpha. I've updated the documentation and Cargo.toml, and added a README. * subscriber: rm unneeded dev-dependency * subscriber: add README * subscriber: add lib.rs docs * subscriber: update README Signed-off-by: Eliza Weisman <eliza@buoyant.io>
1.6 KiB
1.6 KiB
tracing-subscriber
Warning: Until tracing-subscriber
has a 0.1.0 release on crates.io, please treat every release as potentially breaking.
Utilities for implementing and composing tracing
subscribers.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.