pascaldekloe/colfer
binary serialization format
A schema compiler that generates marshal/unmarshal code for C, Go, Java, and JavaScript from `.colf` definitions. The format prioritizes speed and compactness with built-in protections against memory exhaustion attacks and malformed input. Framed design enables concatenation and streaming use cases, with configurable size/list limits per target language.
756 stars.
Stars
756
Forks
54
Language
Java
License
CC0-1.0
Category
Last pushed
Feb 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/pascaldekloe/colfer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.