cxx-dlang 0.1.0

Bidirectional Rust ↔ D (LDC2) FFI via cxx.rs and the C++ ABI
1
2
3
4
5
6
#![allow(unexpected_cfgs)]
//! cxx-dlang: Rust ↔ D FFI bridge via cxx.rs and the C++ ABI.

pub use cxx;

pub mod ffi;