Crate jarust_transport

source ·
Expand description

§Jarust Transport

Jarust Transport abstracts the implementation details of the connection and the underlying transport, allowing customization of the transport layer. For example, dealing with WebSockets on major platforms can be over TCP, while in browsers, we have to use something like the web_sys crate.

It also enables choosing one of the built-in interfaces or bringing your own interface. The same goes for transaction generation.

Modules§