You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the schemars crate in a project that heavily uses camino, but am currently prevented from doing so because Utf8Path[Buf] does not implement schemars::JsonSchema.
This PR in schemars has not gone anywhere because the maintainer has not reviewed it. GREsau/schemars#214
Could we add these impls in camino instead?
The text was updated successfully, but these errors were encountered:
Thanks for the question! Sadly no, that wouldn't be the right thing to do, because it would mean that none of the many crates that schemars depends on could depend on camino.
I would like to use the
schemars
crate in a project that heavily usescamino
, but am currently prevented from doing so becauseUtf8Path[Buf]
does not implementschemars::JsonSchema
.This PR in
schemars
has not gone anywhere because the maintainer has not reviewed it.GREsau/schemars#214
Could we add these impls in
camino
instead?The text was updated successfully, but these errors were encountered: