foundations 5.6.2

A Rust service foundations library.
Documentation
1
2
3
4
5
6
7
8
9
10
inner:
  # A field, which is named the same as another field.
  a: 0
  # multi-line
  # doc comment
  b: 11
  c: 0
# This doc comment has the same key
# as field 'a' from SimpleStruct
a: 0