Skip to main content

Module impls

Module impls 

Source

Structs§

BareToken
An unquoted SST token whose interpretation is deferred to a resolver.
Ident
An unquoted SST identifier, without a leading @ sigil.
QuotedString
The decoded contents of a quoted SST string literal.

Functions§

bare_token
Parse an unquoted token without wrapping it in BareToken.
ident
Parse the text of an unquoted SST identifier without wrapping it in Ident.