Hey,
it would be nice to have support for adding the imports and derive macros from ts-rs automatically to structs. Then typescript bindings can be generated based on the models. Very helpful for a crud api.
see https://github.com/Aleph-Alpha/ts-rs?tab=readme-ov-file#get-started
Something like pub ts_rs_support in GenerationConfigOpts would be nice.
Hey,
it would be nice to have support for adding the imports and derive macros from ts-rs automatically to structs. Then typescript bindings can be generated based on the models. Very helpful for a crud api.
see https://github.com/Aleph-Alpha/ts-rs?tab=readme-ov-file#get-started
Something like
pub ts_rs_supportinGenerationConfigOptswould be nice.