Skip to content

yaml/yamlstar-crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLStar Crystal Binding

Crystal binding for the YAMLStar shared library.

require "yamlstar"

ys = YAMLStar.new
data = ys.load("key: value")
text = ys.dump({"foo" => ["bar"]})
ys.close

Install the matching libyamlstar release before using this shard:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors