Crate manganis_core_07

Crate manganis_core_07 

Source

Structs§

AssetOptions
Settings for a generic asset
AssetOptionsBuilder
A builder for AssetOptions
BundledAsset
An asset that should be copied by the bundler with some options. This type will be serialized into the binary. CLIs that support manganis, should pull out the assets from the link section, optimize, and write them to the filesystem at BundledAsset::bundled_path for the application to use.
CssAssetOptions
Options for a css asset
FolderAssetOptions
The builder for a folder asset.
ImageAssetOptions
Options for an image asset
JsAssetOptions
Options for a javascript asset

Enums§

AssetVariant
Settings for a specific type of asset
ImageFormat
The type of an image. You can read more about the tradeoffs between image formats here
ImageSize
The size of an image asset

Functions§

collect_css_idents
Collect CSS classes & ids.