CrowdStrike / csproto

CrowdStrike's Protocol Buffers library
MIT License
122 stars 13 forks source link

feat: add `Seek()` method to `Decoder` #136

Closed dylan-bourque closed 8 months ago

dylan-bourque commented 8 months ago

add new Seek() method (satisfying io.Seeker) to Decoder with associated tests also add Mode() to expose the read mode (fast vs safe) to consumers