Module state

Module state 

Source
Expand description

Shared state every handler can access.

Structs§

AppState
Shared state injected into every axum handler.
CacheEntry
A single entry in the in-memory file cache.

Type Aliases§

FileCache
Concurrent in-memory cache mapping file IDs to their disk paths.