Adding cassandra_protocol library as a dependency
Run this command in a terminal, in your project's directory:
cargo add cassandra-protocol
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
cassandra-protocol = "4.0.0"
The cassandra_protocol library will be automatically available globally.
Read the cassandra_protocol library documentation.