rustracing icon indicating copy to clipboard operation
rustracing copied to clipboard

OpenTracing API for Rust

Results 1 rustracing issues
Sort by recently updated
recently updated
newest added

This PR introduces `SpanSend` trait that allows users specifying custom channels other than the default crossbeam one. Tokio's channel support is also added as an optional feature. You can create...