1 2 3 4 5 6
//! C# (P/Invoke) binding generator backend for alef. mod gen_bindings; mod type_map; pub use gen_bindings::CsharpBackend;