What happened to json-schema-to-rust-serde?
Back in 2019, I used https://transform.now.sh/json-schema-to-rust-serde/ to convert JSON Schemas to Rust Serde code, and that worked quite well. I only had to manually change some types in the generated code here and there (notably to properly use enums and such), but most of the work in generating the structs was done for me automatically.
I used to navigate to https://transform.now.sh/json-schema-to-rust-serde/ to access this converter.
Today I tried to access that converter again, but now that URL redirects me to https://transform.tools/json-schema-to-rust-serde, which results in the message Something Broke. Check back again in some time.
In the menu to the left, the only remaining JSON Schema converters are to OpenAPI Schema, to Protobuf and to TypeScript. The JSON Schema to Rust Serde converter is now missing.
There is still a JSON to Rust Serde converter, but that's not practical for converting JSON Schemas.
In the GitHub issues (including the closed ones), I can't find any mention of the JSON Schema to Rust Serde converter being deliberately removed.
Any idea why it was removed? If possible, please restore it, since it was a very convenient way to generate Rust code from JSON Schemas.
Thank you.
For anybody who got here through a search engine, looking for a solution to the same problem: I found an alternative.