xcell_types/codegen/
mod.rs

1#[cfg(feature = "csharp")]
2mod csharp_ffi;
3
4#[cfg(feature = "csharp")]
5pub use csharp_ffi::*;