Module liquid_core::parser

source ·

Structs

  • An element that is an expression.
  • Structure that holds the unparsed arguments of a filter, both positional and keyword.
  • A Value expression.
  • This token could not be recognized as valid liquid. If parsed, will raise an error.
  • A structure that holds the information of a single parameter in a filter. This includes its name, description and whether it is optional or required.
  • Available plugins.
  • Liquid language plugin registry.
  • An element that is raw text.
  • An element that is a tag.
  • An interface to access elements inside a block.
  • An interface to access tokens inside a tag.
  • An iterator over TagTokens that is aware of their position in the file.

Enums

Traits

Functions

  • Parses the provided &str into a number of Renderable items.