Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 961 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 961 Bytes

Katydid Validator for Protocol Buffers in Go using GoGoProtobuf

DEPRECATED: This repo has been replaced by validator-go-proto which no longer depends on gogoprotobuf

GoDoc Build Status

Katydid Logo

The Katydid validator for Protocol Buffers in Go using GoGoProtobuf.

The validator is a regular expression type language for protocol buffers that matches up to 1000000s of records per second. This package includes:

  • a parser that parses protocol buffers without deserializing the bytes.
  • An encoder for protocol buffers.