14 lines
271 B
Rust
14 lines
271 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 serialize_document;
|
|
mod set_node_attr;
|
|
mod walk_and_embed_assets;
|