eventstore-rs icon indicating copy to clipboard operation
eventstore-rs copied to clipboard

Rust GetEventStore TCP Client

Results 2 eventstore-rs issues
Sort by recently updated
recently updated
newest added

I'm trying to use the [tracing ](https://github.com/tokio-rs/tracing) crate to monitor my functions that access eventstore and detect any potential bottlenecks, but its instrumentation requires all parameters to implement fmt::Debug. Connection...