[][src]Module naut_parser::named_value

Parsing for named values, which have the following syntax N(T) where N is the identifier of the named value, and T is a comma separated tuple of values, like so: a,b,c. Dangling commas are not supported. A full example look like this: rgb(4, 255, 0).

Enums

Ident
NamedValue
NamedValueError

Functions

parse_named_value