slowli / tracing-toolbox

Toolbox for tracing in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbox for Tracing in Rust

Build Status License: MIT OR Apache-2.0

This repository provides various small(ish) tools for Rust tracing infrastructure. Currently, the following tools are included:

  • tracing-tunnel: Provides a tunnel to pass tracing information across an API boundary (such as the WASM client–host boundary).
  • tracing-capture: Allows capturing tracing spans and events, e.g. to use in test assertions.

Contributing

All contributions are welcome! See the contributing guide to help you get involved.

License

All code is licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in tracing-toolbox by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Toolbox for tracing in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%