Module tokenizer

Source

Structsยง

SourceLocation
The line and column number for a given position within the input.
SourcePosition
A position from the start of the input, counted in UTF-8 bytes.
Tokenizer

Enumsยง

SeenStatus ๐Ÿ”’
Token
One of the pieces the CSS input is broken into.

Functionsยง

byte_to_decimal_digit ๐Ÿ”’
byte_to_hex_digit ๐Ÿ”’
check_for_source_map ๐Ÿ”’
consume_comment ๐Ÿ”’
consume_escape ๐Ÿ”’
consume_escape_and_write ๐Ÿ”’
consume_hex_digits ๐Ÿ”’
consume_ident_like ๐Ÿ”’
consume_name ๐Ÿ”’
consume_numeric ๐Ÿ”’
consume_quoted_string ๐Ÿ”’
Return Err(()) on syntax error (ie. unescaped newline)
consume_string ๐Ÿ”’
consume_unquoted_url ๐Ÿ”’
consume_whitespace ๐Ÿ”’
from_utf8_release_unchecked ๐Ÿ”’ โš 
is_ident_start ๐Ÿ”’
next_token ๐Ÿ”’