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
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
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