2 unstable releases
0.1.0 | Jul 17, 2023 |
---|---|
0.0.0 | Jul 17, 2023 |
#998 in Unix APIs
52KB
1K
SLoC
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]
, thefutures
crate, andzbus
)- 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
- this library doesn't currently deliver on this goal,
lib.rs
:
BlueZ D-Bus bindings.
Dependencies
~13–24MB
~366K SLoC