cdrs
cdrs copied to clipboard
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-a...
As we found that CDRS with feature `v3` (3-rd version of Apache Cassandra binary protocol) works fine as a driver for ScyllaDB, it would make sense to create an explicit...
This is a super-task (in meaning it contains a list of subtasks). We need to add tests to each frame in `frame` module to make a process of parsing and...
when we run cargo clippy it will spill out a lot of warnings. we might want to tackle that as we code. cargo clippy cargo fmt as well.
Hi, I'm developing a fuzzer to test the safe abstraction, and I fonnd a overflow issue in function `cdrs::types::try_i_to_n_bytes`. Below is a test case: ```rust fn test_try_i_to_n_bytes_UNell() { let int:...