//! Somewhat-safe wrappers around the IOKit stuff.
//!
//! Intended to be used only across the `heim` project.
//! There is no guarantees on stability or whatever, if you are going to use it directly
//! in other project. Seriously, do not do it.
pub use IoIterator;
pub use IoMasterPort;
pub use IoObject;
pub use DictionaryProps;