Skip to main content

Module string

Module string 

Source
👎Deprecated since 0.0.6:

libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.

Expand description

Removed in 0.0.6 — see RUSTSEC-2025-0067. Previous releases exposed yaml_string_extend / yaml_string_join helpers under this path. The 0.0.6 shim deletes the entire hand-translated C copy that those helpers belonged to. Build strings with Rust’s Vec / String instead. This empty module is retained so use libyml::string; keeps resolving — every former item under it is gone.