Info
| Version: | 0.2.5.12 | 
| Author(s): | Kirill Simonov, Ingy döt Net | 
| Last Update: | Sunday, July 5, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://go.grottel.net/nuget/libYAML | 
| NuGet Url: | https://www.nuget.org/packages/libyaml | 
Install
Install-Package libyaml
                        dotnet add package libyaml
                        paket add libyaml
                        
                                libyaml Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Thus LibYAML defines the following two processors:
Parser, which takes an input stream of bytes and produces a sequence of parsing events.
Emitter, which takes a sequence of events and produces a stream of bytes.