BinaryKit
BinaryKit copied to clipboard
💾🔍🧮 BinaryKit helps you to break down binary data into bits and bytes, easily access specific parts and write data to binary.
Results
2
BinaryKit issues
Sort by
recently updated
recently updated
newest added
I'm sure I'm doing something wrong, could you point me right direction please? Im trying to read signed value but not sure how to correctly read negative one. I added...
Hi Devran, could you help me to understand, is it intended writing behaviour that divides writing with bits and bytes? For example: ```swift var bin = Binary(bytes: []) bin.writeBit(bit: 1)...