Enhance c-capnproto to support user provided string duplication function #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, strdup() has been used to make a copy of decoded string, it seems that we need to support user provided string duplication function for possible of performance improvement
Rongsong
The generated code looks like:
.h file:
.h file
code merged
368511ace7Rongsong
code also updated to github:shen390s/c-capnproto.git
Rongsong