~tdeo/serde_bare#1: 
Add a way to get a schema from a type that implements Serialize

Status
RESOLVED WONT_FIX
Submitter
~tdeo
Assigned to
No-one
Submitted
4 years ago
Updated
4 years ago
Labels
No labels applied.

~tdeo REPORTED WONT_FIX 4 years ago

I think this would be quite brittle.

  • It would only work with optional types if the supplied value
  • It wouldn't work on non-active enum variants.

And probably more. I think the schema to Rust code generation is a better path for this.

Register here or Log in to comment, or comment via email.