Description
Provides memory-related abstractions for Haskell code. These helpers are used by libraries that need to work with memory buffers, byte-level data, or low-level representations in a controlled way.
It is useful for cryptography, binary formats, networking, serialization, and performance-sensitive code. It is a low-level library and has no standalone interface.