erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Implement `Debug` for `Context` and `Socket` #309

Open TheButlah opened 3 years ago

birkenfeld commented 3 years ago

Debug sounds good, but why Display? It isn't implemented for std sockets either.

TheButlah commented 3 years ago

Just Debug is fine