Skip to content

Undo3D/opinionated-rust-to-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opinionated_rust_to_typescript

opinionated_rust_to_typescript is a Rust library for transpiling Rust code to TypeScript.

  • Build the docs: rm -rf target/doc; cargo doc
  • Read the docs: open target/doc/opinionated_rust_to_typescript/index.html
  • Run the tests: cargo test
  • Delete cargo’s cache, if new code is being ignored: cargo clean
  • Try an example: cargo run --example transpile-arg -- "const FOUR: u8 = 4;"

About

Transpile (some) Rust to TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages