Docs.rs
  • html-generator-0.0.1
    • html-generator 0.0.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • sebastienrousseau
    • Dependencies
      • comrak ^0.28 normal
      • frontmatter-gen ^0.0.2 normal
      • lazy_static ^1.5 normal
      • mdx-gen ^0.0.1 normal
      • minify-html ^0.15 normal
      • once_cell ^1.20 normal
      • regex ^1.11 normal
      • scraper ^0.20 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tempfile ^3.13 normal
      • thiserror ^1.0 normal
      • tokio ^1.40 normal
      • criterion ^0.5 dev
      • version_check ^0.9.4 build
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

html_generator0.0.1

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • HtmlConfig

Enums

  • HtmlError
  • accessibility::AccessibilityError
  • error::HtmlError

Functions

  • accessibility::add_aria_attributes
  • accessibility::validate_wcag
  • generator::generate_html
  • generator::markdown_to_html_with_extensions
  • performance::async_generate_html
  • performance::generate_html
  • performance::minify_html
  • seo::escape_html
  • seo::generate_meta_tags
  • seo::generate_structured_data
  • utils::extract_front_matter
  • utils::format_header_with_id_class
  • utils::generate_table_of_contents

Type Aliases

  • Result
  • accessibility::Result
  • error::Result