From 02a50918851b5789ddbf0a394470689b1761f364 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Fri, 22 Feb 2019 11:07:53 -0800 Subject: trace: Minor doc improvements (#913) This branch adds links to the master RustDoc published by CI to the `tokio-trace` and `tokio-trace-core` README. In addition, it fixes a broken links in the RustDoc for `tokio-trace` and updates the `tokio-trace-core` RustDoc to match the README. Signed-off-by: Eliza Weisman --- tokio-trace/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tokio-trace/README.md') diff --git a/tokio-trace/README.md b/tokio-trace/README.md index a2190514..ca553ca6 100644 --- a/tokio-trace/README.md +++ b/tokio-trace/README.md @@ -2,6 +2,8 @@ A scoped, structured logging and diagnostics system. +[Documentation](https://tokio-rs.github.io/tokio/tokio_trace/index.html) + ## Overview `tokio-trace` is a framework for instrumenting Rust programs to collect @@ -156,6 +158,7 @@ be used with the `tokio-trace` ecosystem. It includes a collection of `Subscriber` implementations, as well as utility and adapter crates. [`log`]: https://docs.rs/log/0.4.6/log/ +[`tokio-trace-nursery`]: https://github.com/tokio-rs/tokio-trace-nursery ## License -- cgit v1.2.3