tupshin / cassandra-rs

Apache License 2.0
50 stars 16 forks source link

Implement Sync/Send traits #28

Closed ernestas-poskus closed 7 years ago

ernestas-poskus commented 7 years ago

Hey @tupshin thank you for this crate. I have successfully managed to compile c++ DataStax driver as well as bind it to this crate. At the moment I want to reuse r2d2 connection pool but for this Sync and Send traits must be implemented. Considering all of this is it worth doing it or maybe you have other suggestions ?