Releases: OpenSystemsLab/struct.nim
Releases · OpenSystemsLab/struct.nim
v0.2.3
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
06 Oct 14:36
fix wrong offset for pack_32 and pack_64 with repeat, closes #7
v0.2.2
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
06 Oct 01:49
fix wrong offset for unpack number values with repeat, closes #6
v0.2.1
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
30 Jul 04:40
rename `calcsize` to `computeLength`, and expose it. closes #5
v0.2.0
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
23 Jul 16:58
updates for Nim 0.20.2, fix unpack -1 as reported in #4
v0.1.2
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
25 Jul 09:45
compatible fixes for Nim devel version
Speed UP
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
08 Sep 17:23
v0.1.1
more tweaks
Speedy
Compare
Sorry, something went wrong.
No results found
ba0f3
released this
08 Sep 09:10
various tweaks for performance and speed
new way to packing data
var output = pack (" hhi" , 1 , 2 , 3 )