Expand description

This module contains the TransformEntry trait as well as every type that implement it

Modules

This module contains the Feed transform that can parse RSS and Atom feeds
This module contains the Html parser as well as a way to query an HTML tag via [QueryData]
This module contains the Json parser
This module contains a debug print transform-like function print()
This module contains the transform UseRawContents

Enums

Type that includes all available transforms that implement the TransformEntry trait. That includes everything from parsing a markdown format like JSON to just debug printing

Traits

A helper trait for transforms that transform a single entry into one or several separate entries