Skip to content

yaominguo/rs2ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs2ts

A command line tool to convert Rust types to Typescript types.

Usage

Git clone project and then

cargo run -- --input=example/types.rs --output=example/types/d.ts

or

cargo build --release && target/release/rs2ts --input=example --output=example/types.d.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages