Module state

Module state 

Source
Expand description

Application state management for sharing data across requests.

Structs§

AppState
Application state container that can store any type
Config
Configuration for the application
SharedState
A better approach for shared state using Arc directly

Enums§

Environment