8000 GitHub - gitter-badger/tracing: Application level tracing for Rust.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gitter-badger/tracing

 
 

Repository files navigation

tokio-trace-nursery

Less-stable utility crates for tokio-trace.

MIT licensed Build Status Gitter chat

Website | Chat

Overview

tokio-trace is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. This repository contains a set of utility and compatibility crates for use with tokio-trace.

Stability

While tokio-trace and tokio-trace-core have been published on crates.io and adhere to the same stability policies as the rest of the Tokio project, the crates in the nursery are generally less stable. Many of these crates are not yet released and are undergoing active development. Therefore, users are warned that breaking changes may occur.

In general, when depending on a crate from the nursery as a git dependency, users are advised to pin to a specific git revision using the rev Cargo key. This prevents your build from breaking should a breaking change to that crate be merged to master.

Getting Help

First, see if the answer to your question can be found in the API documentation. If the answer is not there, there is an active community in the Tokio Gitter channel. We would be happy to try to answer your question. Last, if that doesn't work, try opening an issue with the question.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the Tokio project.

Supported Rust Versions

Tokio is built against the latest stable, nightly, and beta Rust releases. The minimum version supported is the stable release from three months before the current stable release version. For example, if the latest stable Rust is 1.29, the minimum version supported is 1.26. The current Tokio version is not guaranteed to build on Rust versions earlier than the minimum supported version.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.

About

Application level tracing for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0