issues
search
getty-zig
/
getty
A (de)serialization framework for Zig
https://getty.so
MIT License
200
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update to Zig 0.13.0-dev.249+ed75f6256
#157
sea-grass
closed
5 months ago
2
Autodocs shows internal testing module API instead of Getty's
#156
ibokuri
opened
8 months ago
0
Replace `https` dependency URLs with `git+https`
#155
ibokuri
opened
9 months ago
0
deps: Update ibokuri dependency url
#154
sea-grass
closed
9 months ago
1
build: update to new Build API
#153
LordMZTE
closed
10 months ago
0
(De)Ser maps into tuple slices
#152
Cloudef
closed
11 months ago
1
fix compiler errors on 0.12.0-dev.1828+225fe6ddb
#151
Cloudef
closed
11 months ago
1
remove Result from Seed's return type
#150
ibokuri
closed
1 year ago
0
Two allys params
#149
ibokuri
closed
1 year ago
0
Key lifetime
#148
ibokuri
closed
1 year ago
0
de: Include lifetime in nextKey[Seed] return value
#147
ibokuri
closed
1 year ago
1
Update visitString return type to include used Boolean
#146
ibokuri
closed
1 year ago
0
de: Make heap slice checks comptime
#145
ibokuri
closed
1 year ago
1
de: Replace switch with if in slice visitor
#144
ibokuri
closed
1 year ago
1
Introduce lifetime parameter to visitString
#143
ibokuri
closed
1 year ago
0
Arenassssss
#142
ibokuri
closed
1 year ago
0
Remove redundant doc comments
#141
ibokuri
opened
1 year ago
0
de: Add support for aliases attribute
#140
ibokuri
closed
1 year ago
0
de: Clean up interface parameters
#138
ibokuri
closed
1 year ago
0
ser: better autodocs interfaces
#137
ibokuri
closed
1 year ago
0
de: Better autodocs for interface methods
#136
ibokuri
closed
1 year ago
0
Avoiding unnecessary memory allocations in visitors
#135
ibokuri
opened
1 year ago
8
Fix deserialization for pointers to untagged unions
#134
ibokuri
closed
1 year ago
0
ser: return result of structure end function
#133
lunagl
closed
1 year ago
1
de: Add allocation check functions to aggregate access interfaces
#132
polykernel
closed
1 year ago
0
Add block tests for Ignored
#131
ibokuri
opened
1 year ago
0
Fully unit test (de)serialize functions in blocks
#130
ibokuri
opened
1 year ago
0
Document allocation model
#129
ibokuri
closed
1 year ago
0
Document expected usage of `free`
#128
ibokuri
closed
1 year ago
0
Add `isElementAllocated`/`isValueAllocated`/`isPayloadAllocated` functions to SeqAccess/MapAccess/VariantAccess interface
#127
polykernel
closed
1 year ago
5
de: Remove commented-out defer
#126
ibokuri
closed
1 year ago
3
Rename allocator to ally
#125
ibokuri
closed
1 year ago
0
ser, de: Add support for more standard library types #2
#124
polykernel
closed
1 year ago
1
chore: update build.zig to new std.Build API
#123
polykernel
closed
1 year ago
1
ser, de: Add support for more standard library types
#122
polykernel
closed
1 year ago
0
chore: update zig build API
#121
LordMZTE
closed
1 year ago
0
Add support for standard library types
#120
ibokuri
opened
1 year ago
6
Build: fix after .emit_docs removal from compiler
#119
Namek
closed
1 year ago
1
Introduce a `skip_if_null` attribute
#118
ibokuri
opened
1 year ago
0
Cannot deserialize into an untagged union pointer
#117
ibokuri
closed
1 year ago
1
chore: new cast builtin syntax
#116
Hanaasagi
closed
1 year ago
1
fix: update to latest zig master(0.11.0-dev.3739)
#115
Hanaasagi
closed
1 year ago
1
Add `isVariantAllocated` method to `UnionAccess`
#114
ibokuri
closed
1 year ago
0
Make examples run again
#113
Hanaasagi
closed
1 year ago
2
de: Temporarily disable std.net.Address support
#112
ibokuri
closed
1 year ago
0
build: Remove clean step
#111
ibokuri
closed
1 year ago
0
Add support for the untagged representation of unions
#110
ibokuri
closed
1 year ago
2
Add support for 'untagged' attribute
#109
ion232
closed
1 year ago
0
Build failure when depending on both getty and getty-json
#108
LordMZTE
closed
1 year ago
1
Fix one-pointer string deserialization
#107
ibokuri
closed
1 year ago
2
Next