Expand description
Zero-copy YAML value representation using borrowed data
This module provides a borrowed version of the Value enum that minimizes allocations by using Cow (Clone-on-Write) for strings and borrowed slices where possible.
Enumsยง
- Borrowed
Value - A zero-copy YAML value that borrows data where possible