nats-io / nats.rs

Rust client for NATS, the cloud native messaging system.
Apache License 2.0
1.04k stars 164 forks source link

additional useful derives #1235

Open sunny-g opened 6 months ago

sunny-g commented 6 months ago

@Jarema thanks for the review! I'm using this library to learn more about NATS by writing my own simple server, hence the additional derives, but I'll leave individual comments justifying each.

I understand how unnecessary impls might be too constraining, but I hope these few are stable enough to include.