nats-io / nats.rs

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

Replace lazy_static with std::sync::OnceLock in nats-server #1298

Open barafael opened 3 months ago

Jarema commented 2 months ago

Honestly I would avoid bumping to the latest release without a good justification, and this does not look like one (however I like the idea of uzing LazyCell). Unless we bump it just for the server wrapper.