bolt-client 0.7.0

A client that sends messages using the Bolt protocol.
Documentation
1
2
3
4
5
6
7
This crate contains an asynchronous tokio-based client for servers implementing the 
[Bolt](https://en.wikipedia.org/wiki/Bolt_%28network_protocol%29) protocol.

The main feature of this library is the [`Client`](https://docs.rs/bolt-client/*/bolt_client/struct.Client.html) 
struct, which provides methods that correspond to Bolt messages that may be sent to a compatible server.

See the [API documentation](https://docs.rs/bolt-client) for more details and examples.