issues
search
whyrusleeping
/
cbor-gen
Codegen for cbor codecs on your types
MIT License
35
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
improve allocations in map serialization
#105
whyrusleeping
closed
2 weeks ago
0
fixed array in struct instead of heap slice
#104
brianolson
closed
2 months ago
2
feat: basic generics handling
#103
rvagg
closed
1 month ago
7
optionally sort type names in generated code file
#102
brianolson
closed
3 months ago
0
fix handling of an []*string field
#101
brianolson
closed
3 months ago
2
fix: reject negative big integers
#100
Stebalien
closed
3 months ago
0
Slice bounds out of range + panic in ReadStringWithMax
#99
lxcode
closed
5 months ago
2
Change ioutil to io
#98
tuesdayinsighter
closed
6 months ago
0
Typo fix: unmarshaling to unmarshalling
#97
tuesdayinsighter
closed
6 months ago
1
fix: reduce memory held by deferred objects
#96
Stebalien
closed
7 months ago
1
properly extend strings
#95
whyrusleeping
closed
5 months ago
1
Introduce Gen{} struct for configurability
#94
rvagg
closed
9 months ago
2
Nullable ints
#93
rvagg
closed
9 months ago
2
turn max length consts into global vars
#92
whyrusleeping
closed
9 months ago
4
Transparent encoding
#91
magik6k
closed
9 months ago
5
Support for (u)int16 and (u)int32
#90
Wondertan
opened
10 months ago
1
some cleanup for easier reading
#89
whyrusleeping
closed
10 months ago
0
handle nil slices correctly
#88
whyrusleeping
closed
10 months ago
3
support for `map[string]string`
#87
bnewbold
closed
11 months ago
2
feat: add support for pointers to CIDs in slices
#86
Stebalien
closed
1 year ago
0
optimize anything using WriteString
#85
whyrusleeping
closed
1 year ago
2
gen: custom marshaler
#84
isomorphiccat
opened
1 year ago
0
Support gen for map with value type `string`
#83
frrist
closed
11 months ago
0
ScanForLinks brakes on empty block
#82
hsanjuan
closed
1 year ago
1
Implement *bool support and support omitempty for slices
#81
whyrusleeping
closed
1 year ago
0
support floats (at least float64)
#80
bnewbold
opened
1 year ago
0
allow fields to be ignored
#79
whyrusleeping
closed
1 year ago
1
Allow 'const' fields to be declared
#78
whyrusleeping
closed
1 year ago
0
support omitting empty fields on map encoders
#77
whyrusleeping
closed
1 year ago
1
feat: add the ability to encode a byte array
#76
Stebalien
closed
2 years ago
1
Gen for type aliases
#75
ZenGround0
opened
2 years ago
1
use of internal package github.com/filecoin-project/venus/venus-shared/internal not allowed
#74
simlecode
closed
2 years ago
1
support string slices
#73
whyrusleeping
closed
2 years ago
0
Consider replace golang.org/x/xerrors.Errorf with fmt.Errorf ?
#72
simlecode
closed
2 years ago
1
Remove dependency to `xerrors`
#71
masih
closed
2 years ago
1
why map unsupport non-string key
#70
hunjixin
opened
2 years ago
1
Feat/size types
#69
whyrusleeping
closed
2 years ago
0
fix: make sure we don't shadow the named return error
#68
Stebalien
closed
2 years ago
2
Add CborReader and CborWriter
#67
iand
closed
2 years ago
5
Fix broken TestTimeIsh
#66
iand
closed
2 years ago
0
Replace scratch buffers with pools
#65
iand
closed
2 years ago
15
Return EOF and ErrUnexpectedEOF correctly
#64
MarcoPolo
closed
2 years ago
15
fix: don't fail if we try to discard nothing at the end of an object
#63
Stebalien
closed
2 years ago
0
Only return EOF when we've read no bytes
#62
Stebalien
closed
2 years ago
0
Make peeker.ReadByte follow buffer.ReadByte semantics
#61
MarcoPolo
closed
2 years ago
0
Fix read bug in readByteBuf
#60
MarcoPolo
closed
2 years ago
10
Fix readByteBuf
#59
MarcoPolo
closed
2 years ago
2
support for cborgen struct field tags
#58
whyrusleeping
closed
3 years ago
0
Fix: add empty struct marshaling
#57
gallexis
opened
3 years ago
1
sort map keys according to RFC7049 & DAG-CBOR strict ordering
#56
rvagg
closed
6 months ago
1
Next