| Crates.io | codify |
| lib.rs | codify |
| version | 0.3.0 |
| created_at | 2024-08-26 14:21:19.666793+00 |
| updated_at | 2024-09-08 08:08:35.227982+00 |
| description | Codify.rs translates between types from different programming languages. |
| homepage | https://codify.rs |
| repository | https://github.com/artob/codify.rs |
| max_upload_size | |
| id | 1352298 |
| size | 91,195 |
Codify.rs translates between types from different programming languages.
🚧 This is presently under heavy construction.
cargo add codify
use codify::*;
println!("{}", cpp::Type::Bool.to_rust());
git clone https://github.com/artob/codify.rs.git