bolt-client 0.8.0

A client that sends messages using the Bolt protocol.
Documentation

This crate contains an asynchronous client for graph database servers that support the Bolt protocol.

The main feature of this library is the Client struct, which provides methods that correspond to Bolt messages that may be sent to a compatible server.

See the API documentation for more details and examples.