ya7010
ya7010
I use the basic usage described in the [README](https://github.com/GREsau/schemars?tab=readme-ov-file#basic-usage). There is currently no way to scan the entire code and generate all the JSON Schema files. In fact, it is...
Reverted changes that caused 🙏 https://github.com/tamasfe/taplo/issues/755#issuecomment-2711334336
@webern Really waiting for the merge and release of this PR. Is there anything else I can do?
Hello. Do you want something like [axum_jsonschema](https://docs.rs/axum-jsonschema/latest/axum_jsonschema/)?
My understanding is that this crate is intended to provide the ability to generate JSON Schema. What axum_jsonschema does is to create a JSON Schema with `schemars` and then validate...
@stefan-karger I would like to create this PR, is there any chance it will be merged?
I recieved [a similar issue](https://github.com/ya7010/serde_valid/issues/80) in serde_yaml, but I'm not sure if `pastey` is really the right choice as a replacement for the new crate. If it's just a warning...
> Maintainer declared that pastey is the fork of paste and is aimed to be a drop-in replacement with additional features for paste crate > Looks like will be enough...
I have read the CLA Document and I hereby sign the CLA
Hello. I am the author of [Tombi](https://github.com/tombi-toml/tombi). First of all, thank you @tomasfe for your great work. I am currently developing a TOML Language Server inspired by taplo. Tombi is...