pyyaml icon indicating copy to clipboard operation
pyyaml copied to clipboard

Initial drop of libfyaml based backend.

Open pantoniou opened this issue 2 years ago • 0 comments

This module implements an additional C based backend based on libfyaml.

For the initial drop the goal is to have something as similar as possible to the libyaml backend, where this is possible.

It is still in an experimental phase, so things like error support do not work yet.

In order to use replace the capital C with an F on each case, i.e. instead of CLoader use FLoader, CDumper use FDumper etc.

Signed-off-by: Pantelis Antoniou [email protected]

pantoniou avatar Sep 23 '21 10:09 pantoniou