Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix readme link #26

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Documentation](https://img.shields.io/docsrs/fastrace?style=flat-square&logo=rust)](https://docs.rs/fastrace/)
[![MSRV 1.80.1](https://img.shields.io/badge/MSRV-1.80.1-green?style=flat-square&logo=rust)](https://www.whatrustisit.com)
[![CI Status](https://img.shields.io/github/actions/workflow/status/fast/fastrace/ci.yml?style=flat-square&logo=github)](https://github.com/fast/fastrace/actions)
[![Coverage](https://img.shields.io/coveralls/github/fast/fastrace?style=flat-square)](https://coveralls.io/github/fast/fastrace?branch=main)
[![License](https://img.shields.io/crates/l/fastrace?style=flat-square)](https://github.com/fast/fastrace/blob/main/LICENSE)

fastrace is a tracing library [10~100x faster](#benchmarks) than others:
Expand All @@ -14,7 +13,7 @@ fastrace is a tracing library [10~100x faster](#benchmarks) than others:
Features:

- [Extremely fast](#benchmarks)
- [Rich features for logging](https://raw.githubusercontent.com/fast/fastrace/main/fastrace/examples/logging.rs)
- [Rich features for logging](https://github.com/fast/fastrace/blob/main/fastrace/examples/logging.rs)
- Compatible with [Jaeger], [Datadog], and [OpenTelemetry]

## Resources
Expand Down
3 changes: 1 addition & 2 deletions test-statically-disable/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// zero overhead to the libraries, achieved through conditional compilation with the "enable"
// feature.
//
// The following test is designed to confirm that fastrace compiles when it's statically disabled
// in the executable.
// The following test is designed to confirm that fastrace do compile when it's statically disabled.

use std::time::Duration;

Expand Down