Module html2text::config

source ·
Expand description

Configure the HTML to text translation using the Config type, which can be constructed using one of the functions in this module.

Structs§

  • Configure the HTML processing.

Functions§

  • Return a Config initialized with a PlainDecorator.
  • Return a Config initialized with a RichDecorator.
  • Return a Config initialized with a custom decorator.