Modules

This module contains various errors which can be returned by Session

Iterators over rows returned by paged queries

Load balancing configurations
Session can use any load balancing policy which implements the LoadBalancingPolicy trait
Policies which implement the ChildLoadBalancingPolicy can be wrapped in some other policies
See the book for more information

Query retries configurations
To decide when to retry a query the Session can use any object which implements the RetryPolicy trait

Session is the main object used in the driver.
It manages all connections to the cluster and allows to perform queries.

SessionBuilder provides an easy way to create new Sessions

Structs

Node represents a cluster node along with it’s data and connections

Enums

The wire protocol compression algorithm.