Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
/ unsafe-libyaml Public archive

libyaml transpiled to rust by c2rust

License

Notifications You must be signed in to change notification settings

dtolnay/unsafe-libyaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unsafe-libyaml

github crates.io docs.rs build status

This library is libyaml translated from C to unsafe Rust with the assistance of c2rust.

[dependencies]
unsafe-libyaml = "0.2"

Compiler support: requires rustc 1.60+

License

MIT license, same as libyaml.