Module value_borrowed

Module value_borrowed 

Source
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ยง

BorrowedValue
A zero-copy YAML value that borrows data where possible