Crate stylish_html

source ·
Expand description

stylish helpers for writing styles as HTML elements.

Macros

  • formatalloc and macros
    Create a String with inline ANSI escape codes styling its formatted data.

Structs

  • An adaptor to allow writing stylish attributed data to an output stream by turning attributes into HTML elements.

Traits

  • ToHtmlStringalloc and macros
    A trait for converting a value to a String with integrated HTML styling.

Functions

  • formatalloc
    Render the given attributed Arguments into a String by converting the attributes into HTML elements.