Hacker News new | ask | show | jobs
by witcher01 1289 days ago
I'm currently writing Rust for my bachelor thesis using bluez_async[1].

btleplug[2] is great, but at least on Linux I prefer using bluez_async directly, which btleplug is just an interface for there[3], to avoid one more layer of dependencies.

bluez_async is quite similar to btleplug, and, from my experience, if you know one you can use the other just fine.

[1]: https://docs.rs/bluez-async/0.6.0/bluez_async/index.html

[2]: https://docs.rs/btleplug/0.10.4/btleplug/index.html

[3]: https://github.com/deviceplug/btleplug/blob/d6d8ba5486eba5d7...