codify 0.3.0

Codify.rs translates between types from different programming languages.
Documentation

Codify.rs

License Compatibility Package

Codify.rs translates between types from different programming languages.

🚧 This is presently under heavy construction.

🛠️ Prerequisites

⬇️ 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

Share on Twitter Share on Reddit Share on Hacker News Share on Facebook