alphaHeavy / protobuf

An implementation of Google's Protocol Buffers in Haskell.
http://hackage.haskell.org/package/protobuf
BSD 3-Clause "New" or "Revised" License
96 stars 18 forks source link

Export get/putVarInt functions in "Internal" module #10

Closed nilscc closed 10 years ago

nilscc commented 10 years ago

Similar to the C++ API functions CodedInputStream::readVarint32/64 and corresponding output functions.

NathanHowell commented 10 years ago

Looks good, thanks Nils. I'll get a release out to Hackage soon.

NathanHowell commented 10 years ago

Done: http://hackage.haskell.org/package/protobuf-0.2.0.2

nilscc commented 10 years ago

great :)