Skip to content

Commit

Permalink
Spruce up README
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed Apr 7, 2022
1 parent c9e009e commit 5a85206
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# slog-dtrace

[![Latest Version]][crates.io] [![Documentation]][docs.rs]

Forward `slog` messages as DTrace USDT probes.

## Overview
Expand Down Expand Up @@ -54,3 +56,8 @@ just messages emitted via the `debug!` logging macro.
## Notes

This crate inherits a reliance on a nightly toolchain from the `usdt` crate.

[Latest Version]: https://img.shields.io/crates/v/slog-dtrace.svg
[crates.io]: https://crates.io/crates/slog-dtrace
[Documentation]: https://docs.rs/slog-dtrace/badge.svg
[docs.rs]: https://docs.rs/slog-dtrace

0 comments on commit 5a85206

Please sign in to comment.