Skip to main content

Module ron

Module ron 

Source
Expand description

RON data value types representing a parsed .ron file.

Modules§

parser
RON data parser — converts .ron source text into a spanned RonValue tree.

Structs§

RonStruct
A parsed RON struct containing ordered field name-value pairs.

Enums§

RonValue
A parsed RON data value, preserving bare identifiers for enum validation.