windows-core 0.62.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 marshaler;
pub use marshaler::*;

mod array_proxy;
pub use array_proxy::*;