Changes
- Extended Unsafe API with a function allowing to iterate over all Buffer's segments #383
- Implemented
ByteString
conversion to/fromNSData
on Apple platforms #384 - Implemented extensions to read/write
ByteString
from to/fromByteBuffer
, as well as representing
ByteString
as a read-onlyByteBuffer
on JVM #387 - Implemented
ByteString
factory accepting unsigned bytes #390 - Reimplemented various functions using Unsafe API #337
- Minor documentation improvements
Thanks to @qwwdfsad, @JakeWharton, and @joffrey-bion for contributions!