Docs.rs
  • html2text-0.15.2
    • html2text 0.15.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jugglerchris
    • Dependencies
      • backtrace ^0.3 normal optional
      • html5ever ^0.31.0 normal
      • log ^0.4.20 normal optional
      • nom ^7.1.3 normal optional
      • tendril ^0.4 normal
      • thiserror ^2.0.0 normal
      • unicode-width ^0.2 normal
      • argparse ^0.2.2 dev
      • env_logger ^0.11.6 dev
      • log ^0.4.20 dev
      • syntect ^5.2.0 dev
      • termion ^4.0 dev
    • Versions
    • 100% 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

html2text0.15.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Colour
  • RcDom
  • RenderTree
  • config::Config
  • render::PlainDecorator
  • render::RichDecorator
  • render::TaggedLine
  • render::TrivialDecorator

Enums

  • Error
  • render::RichAnnotation
  • render::TaggedLineElement

Traits

  • render::TextDecorator

Macros

  • expanded_name
  • local_name
  • namespace_url
  • ns

Functions

  • config::plain
  • config::plain_no_decorate
  • config::rich
  • config::with_decorator
  • from_read
  • from_read_coloured
  • from_read_rich
  • from_read_with_decorator
  • parse

Type Aliases

  • Handle