tikv / minitrace-rust

Extremely fast tracing library for Rust

Home Page:https://github.com/fast/fastrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minitrace has become fastrace!

We decide to continue the development of minitrace under a new organization structure for better community governance.

fastrace is maintained by the same maintainers of minitrace, so that we encourage all users to just migrate.

Meanwhile, minitrace will not be maintained any more. See #229 for details.

Migrate to fastrace

Simply substitute the occurance of minitrace with fastrace in your source code, like:

# Cargo.toml

[dependencies]
- minitrace = "0.6"
+ fastrace = "0.6"

About

Extremely fast tracing library for Rust

https://github.com/fast/fastrace

License:Apache License 2.0


Languages

Language:Rust 100.0%