Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLStar Zig Binding

Zig binding for the YAMLStar shared library.

const yamlstar = @import("yamlstar");

var yaml = try yamlstar.YAMLStar.init(allocator);
defer yaml.deinit();
var result = try yaml.load("key: value");
defer result.deinit();

Install the matching libyamlstar release before using this package:

curl -sSL https://yamlstar.org/install | LIB=1 bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages