//! Windows Runtime (WinRT) infrastructure for XAML bindings.
//!
//! This module provides the low-level WinRT ABI bindings needed to interact
//! with Windows.UI.Xaml APIs that are not available in the windows crate.
pub use HString;
pub use IInspectable;
pub use IActivationFactory;
pub use ;
pub use ;
pub use WindowsXamlManager;