muffy 0.3.19

The static website validator
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum DocumentType {
    Html,
    Robots,
    Sitemap,
    Svg,
}