libyaml-sys 0.1.0

Low-level bindings for the LibYAML library
Documentation
1
2
3
4
5
6
7
8
9
10
base: &base
    name: Everyone has same name

foo: &foo
    <<: *base
    age: 10

bar: &bar
    <<: *base
    age: 20