foundations 5.6.1

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