Skip to content

The protozig(uana), or protocol buffers implementation in Zig

License

Notifications You must be signed in to change notification settings

kubkon/protozig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protozig

Ideally, this will be a complete implementation of protobuf in Zig.

Initially, my focus will be entirely on a standalone protobuf to Zig translator. The syntax version I'll be focusing on will be proto3 (in the future, happy to add the previous proto2 version too).

How to...

You will need at least Zig v0.9.0 in your path. Alternatively, if you can use Nix, simply enter a new shell in the repo's root:

$ nix-shell

Building the protozig proto-to-zig translator:

$ zig build install

Running tests:

$ zig build test

About

The protozig(uana), or protocol buffers implementation in Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published