This crate contains a runtime-agnostic asynchronous client for graph database servers that support the Bolt protocol.
The central feature of this library is the
Client
struct, which allows
sending Bolt messages to a compatible server.
An asynchronous TCP/TLS Stream
wrapper is also available, if you're using the tokio runtime.
See the API documentation for more details and examples.