#yaml #c2rust #yaml-parser

no-std bin+lib unsafe-libyaml

libyaml transpiled to rust by c2rust

16 releases

0.2.11 Mar 17, 2024
0.2.10 Dec 14, 2023
0.2.9 Jul 15, 2023
0.2.7 Mar 5, 2023
0.2.1 Jul 28, 2022

#797 in Encoding

Download history 991965/week @ 2025-01-28 1104404/week @ 2025-02-04 1233077/week @ 2025-02-11 1271894/week @ 2025-02-18 1368650/week @ 2025-02-25 1781606/week @ 2025-03-04 1674549/week @ 2025-03-11 2058001/week @ 2025-03-18 1869544/week @ 2025-03-25 1602129/week @ 2025-04-01 1616889/week @ 2025-04-08 1275814/week @ 2025-04-15 1344589/week @ 2025-04-22 1268013/week @ 2025-04-29 1394288/week @ 2025-05-06 1371326/week @ 2025-05-13

5,575,487 downloads per month
Used in 3,849 crates (10 directly)

MIT license

450KB
11K SLoC

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.56+

License

MIT license, same as libyaml.

No runtime deps