monolith/tests/html/mod.rs

15 lines
271 B
Rust
Raw Normal View History

2020-07-14 08:58:29 +02:00
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;
2020-03-23 03:08:41 +01:00
mod get_node_name;
2020-07-14 08:58:29 +02:00
mod has_favicon;
2020-03-23 03:08:41 +01:00
mod is_icon;
mod serialize_document;
mod set_node_attr;
2020-03-23 03:08:41 +01:00
mod walk_and_embed_assets;