libdbus-sys

Crates.iolibdbus-sys
lib.rslibdbus-sys
version0.2.5
sourcesrc
created_at2017-06-24 15:17:18.106261
updated_at2023-04-14 09:30:50.591173
descriptionFFI bindings to libdbus.
homepage
repositoryhttps://github.com/diwic/dbus-rs
max_upload_size
id20462
size6,869,453
(diwic)

documentation

http://docs.rs/libdbus-sys

README

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.

Commit count: 1106

cargo fmt