Crates.io | rive-gateway |
lib.rs | rive-gateway |
version | 1.1.0 |
source | src |
created_at | 2023-04-12 03:59:14.601619 |
updated_at | 2023-09-09 10:03:16.136817 |
description | Revolt WebSocket API implementaion for the Rive ecosystem. |
homepage | |
repository | https://codeberg.org/rive/rive.git |
max_upload_size | |
id | 836561 |
size | 9,080 |
A client for the Revolt WebSocket API.
It is used for the Rive crates ecosystem and is built on top of it. See the rive
documentation for more information.
native-tls
(default): enables TLS support via native-tls
.rustls-tls-native-roots
: enables TLS support via rustls
with native root certificates.rustls-tls-webpki-roots
: enables TLS support via rustls
with root certificates from webpki-roots
.Note: if the self-hosted Revolt instance does not use a wss://
connection, then you can disable TLS support by disabling the default features:
[dependencies]
rive-gateway = { version = "1", default-features = false }
The official instance is WSS only.