specta
specta copied to clipboard
Easily export your Rust types to other languages
Right now it's `\n` but it should be `\n\n`
I think this is a duplicate but I can't find the original. Allowing a type and it's dependants to a file using the macro like `ts_rs` supports. This would be...
If you export an enum from Rust it's possible to provide values for multiple variants on the frontend due to the fact that `|` is typescript is not exclusive or....
Custom GitHub open graph/social preview image.
Hi, Thanks for the amazing project, I'm building a project using Axum and Specta, I've created a request body with optional fields, However, Specta is converting `id: Option` to `id:...
https://github.com/oscartbeaumont/rspc/issues/100
This code is cursed but I think it's the way. I want Specta v2 to be able to develop an ecosystem. That means independent crates implementing `specta::Type` instead of it...
Pull this from Mattrax into the main repo. https://github.com/mattrax/Mattrax/tree/main/crates/specta-zod
This PR solves the problem from #62 where types with the same name are blocked even if they are in different Rust modules. Currently this code is **not production ready**,...