Module cssparser::parser

source ·

Modules

Macros

  • expect 🔒
    Used in some fn expect_* methods

Structs

  • The fundamental parsing errors that can be triggered by built-in parsing routines.
  • A set of characters, to be used with the Parser::parse_until* methods.
  • Extensible parse errors that can be encountered by client parsing implementations.
  • A CSS parser that borrows its &str input, yields Tokens, and keeps track of nested blocks and functions.
  • The owned input for a parser.
  • A capture of the internal state of a Parser (including the position within the input), obtained from the Parser::position method.

Enums

Functions