opentracingrust 0.4.0

opentracing.io library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossbeam-channel]
version = "^0.4.2"

[dependencies.rand]
version = "^0.7.3"

[package]
authors = ["Stefano Pogliani <stefano@spogliani.net>"]
description = "opentracing.io library for rust"
documentation = "https://docs.rs/opentracingrust/"
edition = "2018"
homepage = "https://github.com/stefano-pogliani/opentracingrust"
keywords = ["opentracing", "tracing"]
license = "MIT"
name = "opentracingrust"
readme = "Readme.md"
repository = "https://github.com/stefano-pogliani/opentracingrust"
version = "0.4.0"