telar-dynamic 0.2.1

Runtime decoders and transports for Telar assets: the formats and the sources a Telar application resolves at run time rather than baking at build time.
docs.rs failed to build telar-dynamic-0.2.1
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.

telar-dynamic

Runtime decoders and transports for Telar assets: the formats and the sources a Telar application resolves at run time rather than baking at build time.

Part of Telar, a modular Rust UI framework with its own template language, reactive signals and a self-contained renderer.

Unlike the rest of Telar's crates, an application depends on this one directly, alongside the telar facade. The facade owns the seam — what an asset transport, cache and decoder are — and ships none of them, so nothing it carries has an opinion about which formats exist or where bytes come from. This crate is the batteries: an implementation per format and per source, each behind its own feature. Writing your own instead is the supported path, and costs nothing this one does not.