Expand description
Extern functions and macros for interacting with the underlying libyaml C library.
This module includes low-level functions for memory allocation, comparison, and movement that bridge Rust and C. It also contains some internal macros for asserting conditions in a way that integrates with the C code.
Functions§
- free⚠Frees allocated memory.
- Allocates memory.
- Moves memory from
src
todest
. - Fills memory with a constant byte.