43 lines
949 B
Plaintext
43 lines
949 B
Plaintext
---
|
|
source: src/lib.rs
|
|
expression: ron
|
|
---
|
|
File(
|
|
extentions: [],
|
|
value: WsLead(
|
|
leading: Whitespace([]),
|
|
content: Struct(Struct(
|
|
ident: None,
|
|
fields: Separated(
|
|
values: [
|
|
WsWrapped(
|
|
leading: Whitespace([
|
|
Space("\r\n "),
|
|
LineComment(" File containing \\r\\n endings \r\n"),
|
|
Space(" "),
|
|
]),
|
|
content: NamedField(
|
|
key: "something",
|
|
after_key: Whitespace([]),
|
|
value: WsLead(
|
|
leading: Whitespace([
|
|
Space(" "),
|
|
]),
|
|
content: Int(Int("10")),
|
|
),
|
|
),
|
|
following: Whitespace([
|
|
Space("\r\n"),
|
|
]),
|
|
),
|
|
],
|
|
trailing_comma: false,
|
|
trailing_ws: Whitespace([]),
|
|
),
|
|
)),
|
|
),
|
|
trailing_ws: Whitespace([
|
|
Space("\r\n"),
|
|
]),
|
|
)
|