docs.rs failed to build waterui-assets-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
waterui-assets
Asset management primitives for WaterUI applications.
waterui-assets provides typed asset values for small data files, large
memory-mapped files, remote downloads, and asset kind classification. The crate
is the runtime side of WaterUI's asset system; build-time discovery and generated
asset modules are handled by companion tooling crates.
Features
Datafor small binary resources loaded into memory.LargeFilefor memory-mapped large files such as models or media blobs.AssetKindfor classifying assets by extension.- Remote download helpers with atomic writes for cache population.
Usage
Most applications use this crate through generated asset! bindings. Direct
users can construct Data or LargeFile values from local files or remote
URLs.