foundations 5.6.1

A Rust service foundations library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Map items
items:
  foo:
    # A field, which is named the same as another field.
    a: 1
    # multi-line
    # doc comment
    b: 2
    c: 3
  bar:
    # A field, which is named the same as another field.
    a: 4
    # multi-line
    # doc comment
    b: 5
    c: 6