intercom-common 0.4.0

See 'intercom'
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod common;

mod com_class;
pub use self::com_class::expand_com_class;

mod com_interface;
pub use self::com_interface::expand_com_interface;

mod com_library;
pub use self::com_library::expand_com_module;

mod type_info;
pub use self::type_info::expand_bidirectional_type_info;
pub use self::type_info::expand_derive_extern_input;
pub use self::type_info::expand_derive_extern_output;
pub use self::type_info::expand_derive_extern_type;