mirror of https://github.com/Y2Z/monolith.git
16 lines
292 B
Rust
16 lines
292 B
Rust
mod add_favicon;
|
|
mod check_integrity;
|
|
mod compose_csp;
|
|
mod create_metadata_tag;
|
|
mod embed_srcset;
|
|
mod get_base_url;
|
|
mod get_charset;
|
|
mod get_node_attr;
|
|
mod get_node_name;
|
|
mod has_favicon;
|
|
mod is_icon;
|
|
mod parse_link_type;
|
|
mod serialize_document;
|
|
mod set_node_attr;
|
|
mod walk_and_embed_assets;
|