Expand description
Shared state every handler can access.
Structs§
- AppState
- Shared state injected into every axum handler.
- Cache
Entry - A single entry in the in-memory file cache.
Type Aliases§
- File
Cache - Concurrent in-memory cache mapping file IDs to their disk paths.