👎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. Previous releases exposed a hand-translated
C-libyaml allocator surface (yaml_malloc / yaml_free /
yaml_realloc / yaml_strdup). Those helpers were
implementation details of the hand-translated parser, which the
0.0.6 shim deletes; the upstream unsafe-libyaml uses Rust’s
alloc directly. Allocate with Rust’s standard primitives
instead. This empty module is retained so that
use libyml::memory; keeps resolving — every former item under
it is gone.