Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-17 | 823 Bytes | |
v0.5.4 source code.tar.gz | 2024-09-17 | 303.2 kB | |
v0.5.4 source code.zip | 2024-09-17 | 443.8 kB | |
Totals: 3 Items | 747.8 kB | 0 |
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 representingByteString
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!