haskell/haskell-memory: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:18:10 -04:00
parent cef1343369
commit 001587392d

View file

@ -2,7 +2,8 @@ haskell-memory (memory management and manipulation)
Chunk of memory, polymorphic byte array management and manipulation.
- Polymorphic byte array abstraction and function similar to strict ByteString
- Polymorphic byte array abstraction and function similar to strict
ByteString
- Different types of byte array abstraction
- Raw memory IO operations (memory set, memory copy, ..)
- Aliasing with endianness support