https://github.com/narumincho/rust-js-ts-gen
https://github.com/narumincho/rust-js-ts-gen
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/rust-js-ts-gen
- Owner: narumincho
- License: mit
- Created: 2020-12-27T07:06:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T22:50:02.000Z (over 3 years ago)
- Last Synced: 2024-05-28T17:17:54.016Z (about 2 years ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-js-ts-gen
名前が最高に分かりづらいが, https://github.com/narumincho/js-ts-code-generator の Rust 実装.
- [crates.io](https://crates.io/crates/rust_js_ts_gen)
- [npm](https://www.npmjs.com/package/rust_js_ts_gen)
WASM で 動かそうとしたが wasm-bindgen が パラメーター付きの enum をサポートしていながために, 呼び出せない状況
serde + bincode 使えば良さそうだが...
現状 TypeScript で実装されたのを使おうかな