12 releases
Uses old Rust 2015
0.2.5 | Apr 14, 2023 |
---|---|
0.2.4 | Feb 5, 2023 |
0.2.3 | Jan 6, 2023 |
0.2.2 | Sep 26, 2021 |
0.1.1 | Jul 6, 2017 |
#843 in Unix APIs
406,475 downloads per month
Used in 334 crates
(2 directly)
4.5MB
105K
SLoC
Contains (obscure autoconf code, 64KB) vendor/dbus/configure.ac
Raw FFI bindings to libdbus
Libdbus is licensed under GPL-2.0+/AFL (Academic free license), whereas the bindings are licensed under MIT/Apache-2.0.
By default, libdbus is dynamically linked, meaning that libdbus-1.so
must be installed on the target system (which it is, by default, in all common Linux distributions).
As an option, libdbus can be built from source and included in the final executable. For this, enable the vendored
feature. The crates.io package contains source code from libdbus; but it is only included in the build if the vendored
feature is enabled.
The vendored
feature is the current recommended way to cross compile dbus-rs, although some other methods are mentioned here.