Ralph Bisschops
Ralph Bisschops
Also `Condition` does not implement `Default`.
Was also going to suggest this. This will make the package green in https://github.com/anderejd/cargo-geiger
That would be wonderful news! :smiley: Removing even the potential for problems/bugs would make the foundation even more stable so we can build bigger things on top of it. And...
Haha, I'm currently having the opposite problem. The string uses `\n` but this need to be `` to work nicely with the markdown parser. https://github.com/mrin9/RapiDoc/issues/572#issuecomment-928814662 But I'll handle this in...
> @GREsau I believe you're right. Thanks for the solution you provided. I think the issue can be closed now. I don't think we should close this just yet because...
Good question! TL;DR Depends on the crate and how niche it is. And the willingness for the external crate to add it themself, and maintenance of both this library and...
It indeed seems to be missing. https://github.com/GREsau/schemars/blob/master/schemars/src/json_schema_impls/serdejson.rs PR is welcome.
The same is true for [`rocket::http::RawStr`](https://docs.rs/rocket/0.5.0-rc.1/rocket/http/struct.RawStr.html)
For now I'll use `Vec::` for both implementations, where possible. But some places have generics set up, so there it still depends on the `JsonSchema` trait.
> But after looking into it a little, I can see value in having `JsonSchema` implemented on `TempFile` directly. This would also be very useful because I can now use...