Crate monto

Source
Expand description

A crate for the Monto protocol. This crate implements version 3.0.0-draft03 of the protocol, which is specified here.

Modules§

broker
An implementation of a Monto Broker.
client
Functions and types useful for implementing the Client Protocol, as defined in Section 4 of the specification.
common
Functions and types useful for implementing both the Client and Service Protocols.
service
Functions and types useful for implementing the Service Protocol, as defined in Section 5 of the specification.

Macros§

simple_service_provider
Defines a simple ServiceProvider.