cdrs
cdrs copied to clipboard
Implements FromStr for Consistency
Hi @Jasperav, Could you please briefly explain why do you need Serde here?
@AlexPikalov Its for my repo: https://github.com/Jasperav/cdrs_orm. I need serde for the Bytes struct, see src/types/value.rs line 87
I can make this a feature if you want