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
343 stars 58 forks source link

Inlined imports #329

Closed Jasperav closed 4 years ago

Jasperav commented 4 years ago

I will also this to some derive macro's, since some of the derive macro's are not namespaced enough (the try_from_row.rs derive macro expects a Row, but it should becdrs::types::rows::Row). This adds more consistency to this crate and the derive crate. I will add namespacing to the derive crate if https://github.com/AlexPikalov/cdrs-helpers-derive/pull/6 is merged

AlexPikalov commented 4 years ago

@Jasperav Thank you