libfyaml-sys 0.2.9+fy0.8.0

Rust binding for libfyaml
Documentation
1
2
3
4
5
6
7
unquoted: string
literal-block: |
    This entire block of text will be the value of the 'literal-block' key,
    with line breaks being preserved.
folded: >
    This entire block of text will be the value of 'folded', but this
    time, all newlines will be replaced with a single space.