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