Packages

A simple HTML parser using Gleam

Current section

Files

Jump to
html_parser include html_parser_Attribute.hrl
Raw

include/html_parser_Attribute.hrl

-record(attribute, {key :: binary(), value :: binary()}).