issues
search
lunixbochs
/
struc
Better binary packing for Go
MIT License
572
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix custom type panic when field kind is string
#93
gaba-xyz
closed
1 week ago
0
Custom types of kind 'string' cannot be packed
#92
gaba-xyz
closed
1 week ago
2
Readme: make variable names in paragraphs the same
#91
gonutz
opened
1 year ago
0
make it possible to build && unpack a dynamic length frame
#90
giter
opened
3 years ago
0
struc definition - struct arrays
#89
ayh20
closed
3 years ago
3
Is support sizeof=TPDU+4?
#88
chushuai
opened
3 years ago
0
Make it possible to build a dynamic length frame
#87
giter
closed
3 years ago
0
Pack int as 3 bytes?
#86
andig
closed
6 months ago
3
Chaining Pack() Custom, with struc.Pack()
#85
abourget
closed
4 years ago
4
Private field of unserializable type causes error
#84
mejedi
opened
4 years ago
0
Basic example failing on goplayground
#83
mikesol
closed
4 years ago
2
Ability to lazily pack/unpack data
#82
lupine
opened
4 years ago
1
Packing value fails unless struct was unpacked before
#81
zonque
opened
4 years ago
2
Fix arrayField unpack segfault
#80
sknat
closed
4 years ago
9
Suggested to add to awesome-go
#79
andig
closed
6 months ago
1
Support unpacking into interface
#78
andig
closed
4 years ago
1
remaining portion of struct to string
#77
atlantageek
closed
4 years ago
4
sizefrom is not documented and error message is incorrect
#76
chenwng
opened
5 years ago
3
include member name/type in field errors
#75
tmm1
closed
4 years ago
0
handle nil pointers to C types
#74
tmm1
closed
5 years ago
1
panic on nil pointer field
#73
tmm1
closed
5 years ago
3
add godoc link
#72
tmm1
closed
5 years ago
0
add modern golang versions to travis CI
#71
tmm1
closed
5 years ago
2
add go.mod
#70
tmm1
closed
5 years ago
0
Add native tag to use host byte order
#69
tmm1
closed
4 years ago
4
default byte order?
#68
tmm1
closed
5 years ago
2
fixed race in Pack() on default options initialization.
#67
serejkus
closed
5 years ago
7
struc.Float16 does not work with slices
#66
curio77
opened
5 years ago
5
Panic with details for unimplemented features
#65
13rac1
closed
5 years ago
2
Convert custom type tests to table driven subtests
#64
13rac1
closed
5 years ago
6
Support packing/unpacking of custom slices, adds tests
#63
13rac1
closed
5 years ago
11
Added ignore type, for ignoring fields in structs.
#62
luckcolors
closed
5 years ago
2
tag versions
#61
tcurdt
opened
6 years ago
5
struc: support Custom slice types
#60
mewmew
opened
6 years ago
4
Pack and unpack array of "Structs"
#59
ayh20
opened
6 years ago
3
Fix conversion of signed integers
#58
mewmew
closed
6 years ago
1
Incorrect conversion of signed integers (when converting from lower to higher bit-size).
#57
mewmew
closed
6 years ago
9
add sizefrom tag
#56
mewmew
closed
6 years ago
0
How to specify that one field is used as the length for two distinct slices?
#55
mewmew
closed
6 years ago
9
fix go vet issue
#54
mewmew
closed
6 years ago
0
Zero padded strings
#53
abourget
closed
4 years ago
2
Support varint unpacking
#52
abourget
opened
6 years ago
7
JIT
#51
lunixbochs
opened
7 years ago
0
can do two-stage decoding with less reflection and more safety
#50
lunixbochs
opened
7 years ago
0
investigate performance of generated closures for field unpacking
#49
lunixbochs
opened
7 years ago
0
add StrucAt() for using io.ReaderAt, and perhaps StrucStreamAt()
#48
lunixbochs
opened
7 years ago
0
PtrSize does not work with Size_t
#47
lunixbochs
opened
8 years ago
0
makeslice len out of range when packing bare int
#46
lunixbochs
opened
8 years ago
0
vararg packing?
#45
lunixbochs
opened
8 years ago
0
cleaner recursion code
#44
lunixbochs
opened
8 years ago
0
Next