# Codify.rs
[](https://unlicense.org)
[](https://rust-lang.org)
[](https://crates.io/crates/codify)
**Codify.rs translates between types from different programming languages.**
🚧 _This is presently under heavy construction._
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.70+
## ⬇️ Installation
### Installation via Cargo
```bash
cargo add codify
```
## 👉 Examples
### Importing the library
```rust
use codify::*;
```
### Converting a C++ type to Rust
```rust
println!("{}", cpp::Type::Bool.to_rust());
```
## 📚 Reference
## 👨💻 Development
```bash
git clone https://github.com/artob/codify.rs.git
```
- - -
[](https://twitter.com/share?url=https://github.com/artob/codify.rs&text=Codify.rs)
[](https://reddit.com/submit?url=https://github.com/artob/codify.rs&title=Codify.rs)
[](https://news.ycombinator.com/submitlink?u=https://github.com/artob/codify.rs&t=Codify.rs)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/codify.rs)