blues

Crates.ioblues
lib.rsblues
version0.1.0
sourcesrc
created_at2023-07-17 21:36:44.823668
updated_at2023-07-17 21:41:27.681753
descriptionRust bindings to BlueZ (via zbus)
homepage
repositoryhttps://github.com/SludgePhD/Blues
max_upload_size
id918857
size89,817
Sludge (SludgePhD)

documentation

README

BlueZ bindings without the fuss

Or rather, with my kind of fuss.

Goals:

  • don't require tokio (there's an optional feature for tokio support you can enable)
  • don't expose unstable dependencies in public API (including #[async_trait], the futures crate, and zbus)
    • in fact the public API exposes nothing that isn't available in libstd
  • don't have unreasonably many dependencies
    • this library doesn't currently deliver on this goal, zbus pulls in a lot of dependencies
Commit count: 2

cargo fmt