windows-core 0.61.2

Core type support for COM and Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod factory_cache;
pub use factory_cache::*;

mod generic_factory;
pub use generic_factory::*;

mod bindings;
pub use bindings::*;

mod marshaler;
pub use marshaler::*;