cxx 0.5.10

Safe interop between Rust and C++
Documentation
#[cxx::bridge]
mod ffi {
    enum A {
        Field = 2020 + 1,
    }
}

fn main() {}