Description
Speeds up ruamel.yaml by providing C implementations of YAML reading, parsing, and emitting pieces derived from libyaml. It helps Python tools process YAML configuration files faster while keeping ruamel.yaml's round-trip behavior available.
This is a support library loaded by Python code, not a standalone app. Users normally receive it as a dependency when software needs faster YAML handling.