Skip to main content

Module cow_bytes

Module cow_bytes 

Source
Expand description

Clone-on-write byte slice with Bytes as the owned variant.

Provides a Cow-like type where the borrowed variant is &[u8] and the owned variant is Bytes, enabling cheap clones and zero-copy slicing when owned.

Enumsยง

CowBytes
Clone-on-write byte slice with Bytes as the owned variant.