Docs.rs
  • minify-html-common-0.0.2
    • minify-html-common 0.0.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wilsonzlin
    • Dependencies
      • aho-corasick ^0.7 normal
      • lazy_static ^1.4 normal
      • memchr ^2 normal
      • rustc-hash ^1.1.0 normal
      • itertools ^0.12.0 build
      • serde ^1.0.193 build
      • serde_json ^1.0.108 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

minify_html_common0.0.2

Crate Items

  • Structs
  • Enums
  • Statics
  • Functions

List of all items

Structs

  • gen::attrs::ATTRS
  • gen::attrs::AttrMap
  • gen::attrs::AttributeMinification
  • gen::attrs::ByNamespace
  • gen::codepoints::Lookup
  • pattern::Replacer
  • pattern::TrieNode
  • spec::script::JAVASCRIPT_MIME_TYPES
  • spec::tag::void::VOID_TAGS
  • spec::tag::whitespace::WhitespaceMinification

Enums

  • gen::attrs::AttrMapEntry
  • gen::entities::EntityType
  • pattern::TrieNodeMatch
  • spec::tag::ns::Namespace

Functions

  • spec::tag::omission::can_omit_as_before
  • spec::tag::omission::can_omit_as_last_node
  • spec::tag::whitespace::get_whitespace_minification_for_tag
  • tests::create_common_css_test_data
  • tests::create_common_js_test_data
  • tests::create_common_test_data
  • whitespace::collapse_whitespace
  • whitespace::is_all_whitespace
  • whitespace::left_trim
  • whitespace::remove_all_whitespace
  • whitespace::right_trim
  • whitespace::trimmed

Statics

  • gen::codepoints::ALPHANUMERIC_OR_EQUALS
  • gen::codepoints::ATTR_QUOTE
  • gen::codepoints::DIGIT
  • gen::codepoints::DOUBLE_QUOTE
  • gen::codepoints::HEX_DIGIT
  • gen::codepoints::LOWER_HEX_ALPHA
  • gen::codepoints::NOT_UNQUOTED_ATTR_VAL_CHAR
  • gen::codepoints::SINGLE_QUOTE
  • gen::codepoints::TAG_NAME_CHAR
  • gen::codepoints::UPPER_HEX_ALPHA
  • gen::codepoints::WHATWG_ATTR_NAME_CHAR
  • gen::codepoints::WHITESPACE
  • gen::codepoints::WHITESPACE_OR_SLASH
  • gen::codepoints::WHITESPACE_OR_SLASH_OR_EQUALS_OR_RIGHT_CHEVRON
  • gen::entities::ENTITY
  • gen::entities::SHORTER_ENCODED_ENTITIES_DECODED
  • gen::entities::SHORTER_ENCODED_ENTITIES_ENCODED
  • spec::tag::EMPTY_SLICE