google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
68 stars 21 forks source link

`ContiguousBuffer` should have `memcpy()` equivalents. #62

Open reventlov opened 1 year ago

reventlov commented 1 year ago

It currently has methods to copy out of other ContiguousBuffers, but not from raw byte buffers.