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
Serde allows [1] to sensibly add derived to a struct from other crate by checking that local copy matches the upstream one. Probably makes sense to add similar feature to ocaml-rs, otherwise exporting some enums and structs from Rust libraries is a tedious process.
Serde allows [1] to sensibly add derived to a struct from other crate by checking that local copy matches the upstream one. Probably makes sense to add similar feature to ocaml-rs, otherwise exporting some enums and structs from Rust libraries is a tedious process.
[1] https://serde.rs/remote-derive.html
The text was updated successfully, but these errors were encountered: