Skip to main content

Module frame

Module frame 

Source
Expand description

CodecFrame and the pluggable map cache.

Re-exports§

pub use MapCache as IMapCache;

Structs§

CodecFrame
One streaming frame produced by a Codec-compliant server.
MemoryMapCache
Default in-memory MapCache backed by a mutex-guarded HashMap.

Traits§

MapCache
Pluggable cache for loaded maps. The default is MemoryMapCache.