opentracing / opentracing-rust

OpenTracing API for Rust
http://opentracing.io
Apache License 2.0
76 stars 7 forks source link

Implement Mock and Noop for SpanContext. #11

Closed daschl closed 6 years ago

daschl commented 6 years ago

Building on #10, this PR adds the actual implementations for the SpanContext for Noop and Mock libraries.

@stefano-pogliani building on your change

daschl commented 6 years ago

thanks!