minify-html/rust/common/src/spec/tag/ns.rs

6 lines
87 B
Rust
Raw Normal View History

2021-08-06 06:16:30 -04:00
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
2020-06-19 03:58:16 -04:00
pub enum Namespace {
Html,
Svg,
}