protobuf

Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools


Keywords
protobuf, serialization, hacktoberfest, library, nim, protocol-buffers
License
MIT
Install
nimble install protobuf

Documentation

Protobuf

This is what's meant to become a pure Nim implementation of protobuf. The focus so far has been to implement a parser (leading to the creation of combparser) but the next steps are validation and creation of the required procedures.