whyrusleeping / cbor-gen

Codegen for cbor codecs on your types
MIT License
35 stars 25 forks source link

properly extend strings #95

Closed whyrusleeping closed 5 months ago

whyrusleeping commented 8 months ago

the bufferPool is using the MaxLength const to allocate, and we were previously assuming that we couldnt have strings longer than that value.