bolt-client 0.5.1

A client that sends messages using the Bolt protocol.
Documentation

This crate contains an asynchronous tokio-based client for servers implementing the Bolt v1 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.