keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
104 stars 39 forks source link

dev-test: back to using fastrand crate #256

Closed keepsimple1 closed 2 months ago

keepsimple1 commented 2 months ago

The main reason is that rand brought many more dependencies in, even thought it's dev-test. And it turns out, using fastrand also reduces code in the test itself.