codify

Crates.iocodify
lib.rscodify
version0.3.0
sourcesrc
created_at2024-08-26 14:21:19.666793
updated_at2024-09-08 08:08:35.227982
descriptionCodify.rs translates between types from different programming languages.
homepagehttps://codify.rs
repositoryhttps://github.com/artob/codify.rs
max_upload_size
id1352298
size91,195
Arto Bendiken (artob)

documentation

README

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

Commit count: 0

cargo fmt