mirror of
https://github.com/medigor/example-native-api-rs.git
synced 2025-06-08 23:36:11 +02:00
11 lines
267 B
Rust
11 lines
267 B
Rust
mod ffi;
|
|
mod macros;
|
|
mod simple;
|
|
|
|
pub use ffi::{
|
|
create_component, destroy_component, Addin as RawAddin, AttachType, Connection, ParamValue, Tm,
|
|
Variant,
|
|
};
|
|
pub use simple::{Addin as SimpleAddin, MethodInfo, Methods, PropInfo};
|
|
pub use utf16_lit::utf16_null;
|