Crate minicdn

Source

Macros§

include_mini_cdn
Compresses and embeds files at compile time (may incur significant compile time overhead).
release_include_mini_cdn
This macro evaluates the path relative to the source file.

Structs§

EmbeddedMiniCdn
A collection of files loaded from the compiled binary.
FilesystemMiniCdn
A collection of files loaded from the filesystem at runtime.
MiniCdnFile

Enums§

MiniCdn
A collection of files, either loaded from the compiled binary or the filesystem at runtime.