tsync
Type converter
Automates TypeScript type generation from Rust code
Synchronize rust and typescript types!
116 stars
4 watching
10 forks
Language: Rust
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
wulf/dsync | Generates Rust code for database models and queries from Diesel schema files. | 73 |
wulf/create-rust-app | Automates the creation of a modern Rust web application with React frontend and backend framework of choice | 1,542 |
fabien0102/ts-to-zod | Tool to automatically generate Zod schemas from TypeScript types/interfaces. | 1,227 |
woutervh-/typescript-is | Automates writing type predicate functions to check unknown or untyped data at runtime | 959 |
sachinraja/zod-to-ts | Generates TypeScript types from Zod schemas. | 346 |
microsoft/tslib | A runtime library for TypeScript helpers to improve code efficiency and reduce file sizes. | 1,259 |
frankwallis/plugin-typescript | Enables transpiling of TypeScript files in the browser using SystemJS | 248 |
stephenh/ts-proto | Generates TypeScript types from protobuf schemas | 2,164 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
oovm/note-to-yew | Tools to convert various markup languages into Yew macros for building web applications | 3 |
fuselabs/jsxtyper | Automatically generates TypeScript interfaces from JSX files to improve code type safety and prevent typos at build-time. | 37 |
smithy-lang/smithy-typescript | Generates TypeScript clients and server scaffolding from Smithy models | 230 |
browserify/rustify | Transforms Rust code into WebAssembly for use in JavaScript environments | 494 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |
paulmaly/svelte-ts-preprocess | A TypeScript preprocessor for Svelte 3 projects | 97 |