foundations 5.6.2

A Rust service foundations library.
Documentation
1
2
3
4
5
6
7
8
# Optional field
optional:
  # A field, which is named the same as another field.
  a: 1
  # multi-line
  # doc comment
  b: 2
  c: 3