Expand description
Vector tile cache system with HTTP/2 server push hints.
Provides LRU tile caching, prefetching, HTTP/2 push hint generation, ETag validation, and unified tile serving logic.
Re-exports§
pub use cache::CacheStats;pub use cache::CachedTile;pub use cache::TileCache;pub use cache::TileEncoding;pub use cache::TileFormat;pub use cache::TileKey;pub use cache::TilePrefetcher;pub use http2_push::ETagValidator;pub use http2_push::PushHint;pub use http2_push::PushPolicy;pub use http2_push::PushRel;pub use http2_push::TileResponse;pub use http2_push::TileResponseStatus;pub use http2_push::TileServer;
Modules§
- cache
- Tile cache data structures: TileKey, CachedTile, TileCache, TilePrefetcher.
- http2_
push - HTTP/2 server push hints, ETag validation, and unified tile serving logic.