Codify.rs translates between types from different programming languages.
🚧 This is presently under heavy construction.
- Rust 1.70+
cargo add codify
use codify::*;
println!("{}", cpp::Type::Bool.to_rust());
git clone https://github.com/artob/codify.rs.git