rusty_libimobiledevice 0.1.7

An ergonomic library to communicate with iOS devices
Documentation
// jkcoxson

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(deref_nullptr)]
#![allow(unaligned_references)]
#![allow(improper_ctypes)]
#![allow(dead_code)]

// This was mostly done for rust-analyzer, but it's useful to have it here

#[cfg(feature = "pls-generate")]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[cfg(not(feature = "pls-generate"))]
include!("pregenerated.rs");