alpm-sys-ll 3.0.0

Raw bindings for libalpm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
include!(concat!(env!("OUT_DIR"), "/ffi_generated.rs"));

#[cfg(test)]
mod test {
    #[cfg(feature = "runtime")]
    #[test]
    fn test() {
        unsafe {
            // super::
            let lib = super::libalpm::new("libalpm").unwrap();
        }
    }
}