trans-gen 0.4.0

Generating trans code from Rust into other languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use super::*;

pub mod cpp;
pub mod csharp;
pub mod dlang;
pub mod fsharp;
pub mod go;
pub mod java;
pub mod javascript;
pub mod kotlin;
pub mod markdown;
pub mod python;
pub mod ruby;
pub mod rust;
pub mod scala;