summaryrefslogtreecommitdiff
path: root/struct.go
AgeCommit message (Collapse)Author
2023-01-29Improve/fix documentation and commentsLuke Shumaker
2023-01-29struct: Rework the arguments of indexStructInner to make more senseLuke Shumaker
2022-08-16wip: Reduce test differences [ci-skip]Luke Shumaker
- Handle UTF-16 surrogate pairs - Handle cycles in values - Handle cycles in types - Better errors - Handle case-folding of struct field names - Allow []byteTypeWithMethods - Fix struct field-order - Fix handling of interfaces storing pointers - Enforce a maximum decode depth - Validate struct tags
2022-08-13set up as a separate repoLuke Shumaker