View Source API Reference ymlr v5.1.3
Modules
Encodes data into YAML documents using the Ymlr.Encoder
protocol.
Every document starts with a separator ("---") and can be enhanced with comments.
This module implements the logic of encoding scalars.
Protocol controlling how a value is encoded to YAML.