ComposableFi / gogoproto

Protocol Buffers for Go with Gadgets for Cosmos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Buffers for Go with Gadgets

Cosmos's fork of gogo/protobuf.

Build Status GoDoc

This code generation is used to achieve:

  • fast marshalling and unmarshalling
  • more canonical Go structures
  • goprotobuf compatibility
  • less typing by optionally generating extra helper code
  • peace of mind by optionally generating test and benchmark code
  • other serialization formats

More information in the original readme.

About

Protocol Buffers for Go with Gadgets for Cosmos

License:Other


Languages

Language:Go 93.4%Language:Makefile 6.5%Language:Shell 0.1%