Module config

Source
Expand description

This module defines the configuration structures for utapi-rs. It includes all necessary configurations required to initialize and run the service.

Structs§

ApiKey
Represents an API key used for authenticating with the Uploadthing service.
UploadthingConfig
Configuration for the Uploadthing service.
UploadthingConfigBuilder
A builder for UploadthingConfig.

Constants§

VERSION
The version of the current crate, taken directly from the Cargo package metadata. This constant is used to provide version information in user agents and other parts of the application that may require knowledge of the current version.