#chat #model #client #service #error #send #message

rivet-chat

Rivet service enabling identities to send and receive chat messages

6 releases

0.0.7 Nov 23, 2022
0.0.5 Aug 21, 2022
0.0.1 Jul 29, 2022

#110 in #send

Download history 11/week @ 2024-02-22 59/week @ 2024-02-29 9/week @ 2024-03-07

72 downloads per month

Apache-2.0

415KB
10K SLoC

rivet-chat

Crate Organization

The entry point for most customers will be Client. Client exposes one method for each API offered by the service.

Some APIs require complex or nested arguments. These exist in model.

Lastly, errors that can be returned by the service are contained within error. Error defines a meta error encompassing all possible errors that can be returned by the service.

The other modules within this crate are not required for normal usage.

Dependencies

~6–21MB
~298K SLoC