dbus 0.5.0

Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication.
Documentation
1
2
3
4
5
extern crate metadeps;

fn main() {
    metadeps::probe().unwrap();
}