Skip to content

Commit

Permalink
docs: put splash graphic in all READMEs (#911)
Browse files Browse the repository at this point in the history
This puts the splash SVG in every crate's README, so
that it will be rendered on crates.io.

I also changed the link to an absolute URL, to ensure that
it works even outside of the repo.

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw authored Aug 10, 2020
1 parent 52254eb commit 59da1cc
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Tracing — Structured, application-level diagnostics](assets/splash.svg)
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
Expand Down
3 changes: 3 additions & 0 deletions tracing-appender/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-appender

Writers for logging events and spans
Expand Down
3 changes: 3 additions & 0 deletions tracing-attributes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-attributes

Macro attributes for application-level tracing.
Expand Down
3 changes: 3 additions & 0 deletions tracing-core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-core

Core primitives for application-level tracing.
Expand Down
3 changes: 3 additions & 0 deletions tracing-error/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-error

Utilities for enriching error handling with [`tracing`] diagnostic
Expand Down
3 changes: 3 additions & 0 deletions tracing-flame/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-flame

A [tracing] [`Layer`][`FlameLayer`] for generating a folded stack trace for generating flamegraphs
Expand Down
3 changes: 3 additions & 0 deletions tracing-futures/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-futures

Utilities for instrumenting futures-based code with [`tracing`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-journald/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-journald

Support for logging [`tracing`][tracing] events natively to journald, preserving structured information.
Expand Down
3 changes: 3 additions & 0 deletions tracing-log/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-log

[`log`] compatibility for [`tracing`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-opentelemetry/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# Tracing OpenTelemetry

Utilities for adding [OpenTelemetry] interoperability to [`tracing`].
Expand Down
3 changes: 3 additions & 0 deletions tracing-serde/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing-serde

An adapter for serializing `tracing` types using `serde`.
Expand Down
3 changes: 3 additions & 0 deletions tracing/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Tracing — Structured, application-level diagnostics][splash]
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg

# tracing

Application-level tracing for Rust.
Expand Down

0 comments on commit 59da1cc

Please sign in to comment.