gballet / zig-rlp

A zig implementation of RLP
The Unlicense
7 stars 2 forks source link

support deserialization of single pointers (One type) #15

Closed gballet closed 8 months ago

gballet commented 8 months ago

So far, only slices were supported as a pointer type, but since we now have to use the allocator, more pointer types can be supported when deserializing. This PR supports the One pointer type.