summaryrefslogtreecommitdiffstats
path: root/tokio-trace/README.md
diff options
context:
space:
mode:
authorEliza Weisman <eliza@buoyant.io>2019-02-22 11:07:53 -0800
committerGitHub <noreply@github.com>2019-02-22 11:07:53 -0800
commit02a50918851b5789ddbf0a394470689b1761f364 (patch)
treea68234e2fd1b6dad44673253e36759175e4866bd /tokio-trace/README.md
parent80162306e71c8561873a9c9496d65f2c1387d119 (diff)
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 <eliza@buoyant.io>
Diffstat (limited to 'tokio-trace/README.md')
-rw-r--r--tokio-trace/README.md3
1 files changed, 3 insertions, 0 deletions
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