Docs.rs
  • nom_html_parser-0.1.1
    • nom_html_parser 0.1.1
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • silverspectro
    • Dependencies
      • nom ^5.1.0 normal
    • 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

nom_html_parser0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • parser::css::CssRoot
  • parser::css::CssRule
  • parser::tag::HtmlElement

Enums

  • parser::attributes::Attribute
  • parser::css::Identifier
  • parser::utils::Node

Functions

  • parser::attributes::attribute
  • parser::attributes::attribute_tag
  • parser::attributes::attribute_value
  • parser::attributes::get_denominator
  • parser::attributes::html_attribute
  • parser::css::css
  • parser::css::css_rule
  • parser::css::identifier
  • parser::tag::html
  • parser::tag::html_tag
  • parser::utils::consume_till_end
  • parser::utils::content_and_childs
  • parser::utils::content_or_child
  • parser::utils::is_html_value
  • parser::utils::parse_inner_content
  • parser::utils::space_and_opening_tag

Type Aliases

  • parser::attributes::TagAttributes

Constants

  • parser::css::errors::IDENTIFIER_ERROR
  • parser::css::errors::NO_CLOSING_BRACE_ERROR
  • parser::css::errors::NO_OPENING_BRACE_ERROR
  • parser::errors::ATTRIBUTE_MISSING_CLOSING_QUOTE_ERROR
  • parser::errors::ATTRIBUTE_MISSING_EQUAL_ERROR
  • parser::errors::ATTRIBUTE_MISSING_OPENING_QUOTE_ERROR
  • parser::errors::ATTRIBUTE_SPACE_BEFORE_ERROR
  • parser::errors::ATTRIBUTE_TAG_ERROR
  • parser::errors::ATTRIBUTE_VALUE_ERROR
  • parser::errors::CLOSING_TAG_ERROR
  • parser::errors::NEW_LINE_ERROR
  • parser::errors::TAG_CONTENT_ERROR