ts2rs 0.1.2

Macros that imports Typescript interfaces into Rust.
ts2rs-0.1.2 doesn't have any documentation.

ts2rs

A proc-macro library that imports Typescript interface definitions into Rust.

Usage

See docs.rs

Todo list

  • Better error reporting;
  • Derive serde::Serialize & serde::Deserialize if 'serde' feature is enabled;
  • Specify import details using comments (custom type names, skip import, etc.);
  • Import from class definitions;
  • Advanced types like date and time;