File: preserve_sequence_ex2.ron

package info (click to toggle)
rust-ron 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
    boolean: true,
    float: 8.2,
    map: {
        1: '1',
    },
    nested: (
        a: "Decode me!",
        b: 'z',
    ),
    tuple: (
        3,
        7,
    ),
)