issues
search
ssbc
/
bipf
Binary json codec optimized for in-place access
MIT License
48
stars
9
forks
source link
support aborting in iterate objects
#5
Closed
staltz
closed
3 years ago
staltz
commented
3 years ago
Tiny things I forgot from #4.
iterating objects should also support abort
return the start pointer every time the iteration succeeds, else return -1
Tiny things I forgot from #4.