AlexPikalov / cdrs

Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Apache License 2.0
341 stars 58 forks source link

Implements FromStr for Consistency #357

Open Jasperav opened 3 years ago

AlexPikalov commented 3 years ago

Hi @Jasperav, Could you please briefly explain why do you need Serde here?

Jasperav commented 3 years ago

@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

Jasperav commented 3 years ago

I can make this a feature if you want