Description
A Haskell library for converting between ByteString and Vector.Storable without copying data. It is useful when performance matters and the same bytes need to be viewed through different APIs.
Developers use it in binary processing, numeric data, media, and FFI-heavy code. Zero-copy conversions require care because sharing memory can make lifetime and mutation assumptions important.