Issues
- 0
- 0
Replace `https` dependency URLs with `git+https`
#155 opened by ibokuri - 1
(De)Ser maps into tuple slices
#152 opened by Cloudef - 8
Avoiding unnecessary memory allocations in visitors
#135 opened by ibokuri - 0
Remove redundant doc comments
#141 opened by ibokuri - 1
Cannot deserialize into an untagged union pointer
#117 opened by ibokuri - 0
Document allocation model
#129 opened by ibokuri - 0
Document expected usage of `free`
#128 opened by ibokuri - 5
Add `isElementAllocated`/`isValueAllocated`/`isPayloadAllocated` functions to SeqAccess/MapAccess/VariantAccess interface
#127 opened by polykernel - 0
Add block tests for Ignored
#131 opened by ibokuri - 0
Fully unit test (de)serialize functions in blocks
#130 opened by ibokuri - 6
Add support for standard library types
#120 opened by ibokuri - 0
Introduce a `skip_if_null` attribute
#118 opened by ibokuri - 0
Add support for 'untagged' attribute
#109 opened by ion232 - 0
Add `isVariantAllocated` method to `UnionAccess`
#114 opened by ibokuri - 2
- 4
Struct field without default value gets freed causing segmentation fault, even when "skipped"
#105 opened by Namek - 1
- 0
- 2
Fix one-pointer string deserialization
#107 opened by ibokuri - 0
Remove concepts and traits
#102 opened by ibokuri - 3
- 2
Add attributes support to enum types
#100 opened by ion232 - 0
Properly slice sentinel-terminated strings
#99 opened by ibokuri - 0
- 0
Run/test examples in CI
#33 opened by ibokuri - 0
- 0
- 0
- 3
- 0
Remove type-defined tuples
#50 opened by ibokuri - 0
Remove `is` function in type-defined blocks
#51 opened by ibokuri - 1
- 1
- 1
- 1
Attributes for aggregate types
#42 opened by ibokuri - 1
- 3
Make required methods optional
#44 opened by ibokuri - 0
Type-defined (De)Serialization Blocks/Tuples
#40 opened by ibokuri - 6
error: values of type 'anyopaque' must be comptime known, but operand value is runtime known
#37 opened by Namek - 2
support for integer (non-string) keys in maps
#38 opened by Namek - 2
- 0
Use external tagging for union serialization
#34 opened by ibokuri - 1
Add deserialization support for packed unions
#31 opened by ibokuri - 1
Add deserialization support for extern unions
#32 opened by ibokuri - 0
Rename `getty.de.Map` to `getty.de.MapAccess`
#29 opened by ibokuri - 0
Rename `getty.de.Seq` to `getty.de.SeqAccess`
#28 opened by ibokuri - 1
Add serialization support for unions
#30 opened by ibokuri - 4
Add deserialization support for unions
#27 opened by LordMZTE - 1
Implement `deserializeEnum` for test deserializer
#25 opened by ibokuri