simvx.core.assets.sources.mem¶
In-memory source: for tests and dynamically generated assets.
URI form: mem://<key>. The MemSource instance owns a dict
mapping keys to bytes; tests pre-populate it and the AssetServer
resolves loads from there.