docs.rs failed to build cassandra-0.8.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
cassandra-rs
This is a (hopefully) maintained rust project that unsafely exposes the cpp driver at https://github.com/datastax/cpp-driver/ in a somewhat-sane crate.
For the wrapper to work, you must first have installed the datastax-cpp driver.
Follow the steps on the cpp driver docs to do so.
Make sure that the driver (specifically libcassandra_static.a
and libcassandra.so
) are in your /usr/local/lib64/
directory
You can use it from cargo with
[]
= "https://github.com/tupshin/cassandra-rs"
Or just
[]
="*"
Examples are included with the project in src/examples.