The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LibYAML::FFI::YPP - YAML::PP frontend for LibYAML::FFI

SYNOPSIS

    use LibYAML::FFI::YPP;
    my $yp = LibYAML::FFI::YPP->new;
    my $yaml = "foo: bar";
    my $data = $yp->load_string($yaml);

DESCRIPTION

Warning: Proof of Conecept.

With this module you can use YAML::PP with the libyaml FFI binding as a parser backend.