summaryrefslogtreecommitdiffstats
path: root/tokio-trace/README.md
diff options
context:
space:
mode:
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