3 unstable releases
0.3.0 | Sep 8, 2024 |
---|---|
0.2.1 | Sep 4, 2024 |
0.2.0 | Sep 4, 2024 |
0.1.0 |
|
0.0.0 |
|
#146 in FFI
65KB
1.5K
SLoC
Codify.rs
Codify.rs translates between types from different programming languages.
🚧 This is presently under heavy construction.
🛠️ Prerequisites
- Rust 1.70+
⬇️ Installation
Installation via Cargo
cargo add codify
👉 Examples
Importing the library
use codify::*;
Converting a C++ type to Rust
println!("{}", cpp::Type::Bool.to_rust());
📚 Reference
👨💻 Development
git clone https://github.com/artob/codify.rs.git
Dependencies
~0.7–10MB
~122K SLoC