@hackage byteslice0.2.13.0
Slicing managed and unmanaged memory
Installation
Dependencies (11)
- base >=4.14 && <5
- bytestring >=0.10.8 && <0.13
- natural-arithmetic >=0.1.4
- primitive >=0.7.4 && <0.10
- primitive-addr >=0.1 && <0.2
- primitive-unlifted >=0.1.2 && <2.2 Show all…
Dependents (43)
@hackage/scientific-notation, @hackage/json-syntax, @hackage/flatbuffers-builder, @hackage/protobuf-builder, @hackage/http-exchange, @hackage/bytetrie, Show all…
Package Flags
avoid-rawmemchr
(on by default)
Avoid using rawmemchr which is non-portable GNU libc only
This library provides types that allow the user to talk about a slice of a ByteArray or a MutableByteArray. It also offers UnmanagedBytes, which is kind of like a slice into unmanaged memory. However, it is just an address and a length.