Docs.rs
  • html-site-generator-0.0.1
    • html-site-generator 0.0.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • LetsMelon
    • Dependencies
      • anyhow ^1.0.71 normal
      • chrono ^0.4.26 normal
      • derive_builder ^0.12.0 normal
      • html-site-generator-macro ^0.0.1 normal
    • Versions
    • 31.46% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

html_site_generator0.0.1

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • attributes::HtmlAttributes
  • attributes::HtmlAttributesBuilder
  • datetime::DateTime
  • html::address::Address
  • html::body::Body
  • html::div::Div
  • html::document::Document
  • html::footer::Footer
  • html::head::Head
  • html::hyperlink::Hyperlink
  • html::hyperlink::HyperlinkBuilder
  • html::image::Image
  • html::image::ImageBuilder
  • html::line_break::LineBreak
  • html::link::Link
  • html::link::LinkBuilder
  • html::list::List
  • html::meta::Meta
  • html::paragraph::Paragraph
  • html::text::TextElement
  • html::title::Title

Enums

  • attributes::HtmlAttributesBuilderError
  • html::hyperlink::HyperlinkBuilderError
  • html::hyperlink::ReferrerPolicy
  • html::hyperlink::Relationship
  • html::hyperlink::Target
  • html::image::ImageBuilderError
  • html::image::Loading
  • html::link::CrossOrigin
  • html::link::LinkBuilderError
  • html::link::Relationship
  • html::list::ListType
  • html::text::TextElementStyling

Traits

  • attributes::SetHtmlAttributes
  • html::IntoHtmlNode
  • html::IsParagraph