rive-autumn

Crates.iorive-autumn
lib.rsrive-autumn
version1.1.0
sourcesrc
created_at2023-08-26 07:09:22.847133
updated_at2023-09-09 09:21:36.026134
descriptionAutumn API client for Rive ecosystem.
homepage
repositoryhttps://codeberg.org/rive/rive.git
max_upload_size
id955386
size7,120
(arslee07)

documentation

README

rive-autumn

An HTTP client for the Autumn API.

Autumn is a pluggable microservice responsible for storing files and attachments. It is used on Revolt.

It is used for the Rive crates ecosystem and is built on top of it. See the rive documentation for more information.

Features

  • 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 Autumn instance does not use an HTTPS connection, then you can disable TLS support by disabling the default features:

[dependencies]
rive-autumn = { version = "1", default-features = false }
Commit count: 0

cargo fmt