//! Somewhat-safe wrappers around the IOKit stuff.
//!
//! Intended to be used only across the `heim` project.
//! There are no guarantees on stability or whatever, so you shouldn't use this
//! directly in your own crate. Seriously, do not do it.
pub use IoIterator;
pub use IoMasterPort;
pub use IoObject;
pub use DictionaryProps;