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
 - Shared
State  - A better approach for shared state using Arc
directly