jemc/pony-capnp
Cap’n Proto plugin for generating serializable Pony classes. :horse: - :tophat:'n :parking:
This is a developer tool that helps Pony programmers generate efficient data structures directly from Cap'n Proto schema definitions. It takes Cap'n Proto schema files as input and outputs Pony classes that can be used for high-performance data serialization and deserialization. Pony developers who need to work with structured data in a highly efficient, type-safe manner would use this.
No commits in the last 6 months.
Use this if you are a Pony programmer needing to integrate with systems using Cap'n Proto for fast, language-agnostic data exchange.
Not ideal if you are not a Pony programmer or if your project does not require Cap'n Proto's specific serialization performance characteristics.
Stars
19
Forks
3
Language
Pony
License
MPL-2.0
Category
Last pushed
Apr 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/jemc/pony-capnp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.