Crate yangon
Source - yangon
- Creates a
Yangon instance and optionally fills it with the bytes of a given string.
- Yangon
- A fixed-capacity, byte-oriented buffer for storing raw or partially initialized data.
- yCow
- A clone-on-write–style enum for UTF-8 text, specialized for use with
Yangon buffers. - yError
- A lightweight error type representing string and memory-capacity failures
within
Yangon operations. - yPattern
- A flexible pattern type for matching and replacing text within
Yangon buffers.
- yGeneric
- A trait for converting various pattern-like types into a unified
yPattern representation. - yTrait
- A lightweight conversion trait for transforming types into
Yangon buffers.