bolt-client

Crates.iobolt-client
lib.rsbolt-client
version0.11.0
sourcesrc
created_at2019-12-24 01:51:53.117556
updated_at2022-12-28 02:06:09.538755
descriptionA client that sends messages using the Bolt protocol.
homepage
repositoryhttps://github.com/0xSiO/bolt-rs
max_upload_size
id191941
size223,905
Luc Street (0xSiO)

documentation

README

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. Clients can be created from any type that implements AsyncRead and AsyncWrite.

If you want to connect to a Bolt-compatible server from your application, you probably want to use a connection pool - see bb8-bolt, deadpool-bolt, or mobc-bolt.

If you'd rather manage your own connections, 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.

Commit count: 754

cargo fmt