gudev 0.9.0

Rust API for gudev, the glib support library for libudev.
Documentation
Rust bindings for libgudev.

Essentially for the GUdev::Client class that allow listening to udev
events in a Gtk application.

To generate the bindings, do:

````
make gir
````

Then you can build them with:

````
cargo build
````


Contributors
------------

Maintainer:
-Hubert Figuière <hub@figuiere.net>

Contributors:
-Moritz Maxeiner