-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6633e45
commit 4c60db6
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
## Katydid Validator for Protocol Buffers in Go using GoGoProtobuf | ||
## parser-gogo-proto | ||
|
||
[![GoDoc](https://godoc.org/github.com/katydid/validator-gogo-proto?status.svg)](https://godoc.org/github.com/katydid/validator-gogo-proto) [![Build Status](https://github.com/katydid/validator-gogo-proto/actions/workflows/build.yml/badge.svg)](https://github.com/katydid/validator-gogo-proto/actions) | ||
Parser for Protocol Buffers in Go using GoGoProtobuf | ||
|
||
![Katydid Logo](https://cdn.rawgit.com/katydid/katydid.github.io/main/logo.png) | ||
|
||
The [Katydid](http://katydid.github.io) 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. |