zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.16k stars 100 forks source link

Switch lazy_static to once_cell #169

Closed andrewwhitehead closed 2 years ago

andrewwhitehead commented 2 years ago

once_cell is better maintained, avoids macros, and is already in the dependency tree.