Expand description
A core part of h2s
Modules§
- display
- All implementations of Display trait. Defining human-readable string is a different context from HTML-parsing process, so separate it and aggregate implementations here
- element_
selector - error
- Implementations of
std::error::Error
- extraction_
method - field_
value - functor
- html
- macro_
utils - A set of internal utility methods that will be used in the auto-generated code on
FromHtml
derive macro. These methods are shorthands to reduce codes in thequote!
macro and improve development experience. If you are just a h2s user, you wouldn’t call these methods directly. - parseable
- Implementations of
FromHtml
trait - transformable
- traversable
- traversable_
with_ context
Structs§
Enums§
- Never
- Similar with std::convert::Infallible
Traits§
- From
Html - A converter from single HTML element to single struct