camo-typescript 0.7.0

Generate TypeScript bindings for Rust types
Documentation
1
2
3
4
5
6
7
8
#![warn(missing_docs)]

//! A crate for representing and creating TypeScript type definitions as values,
//! i. e. a subset of the TypeScript abstract syntax.

mod ast;

pub use ast::*;