libudev-sys 0.1.0

FFI bindings to libudev
1
2
3
4
5
extern crate pkg_config;

fn main() {
  pkg_config::find_library("libudev").unwrap();
}