zig-protobuf

a protobuf 3 implementation for zig.

MIT License

Stars
219
Committers
12

Bot releases are hidden (Show)

zig-protobuf - v1.0.6 Latest Release

Published by Arwalk 4 months ago

This releases fixes the build system for zig 0.13.0.

What's Changed

New Contributors

Additional Thanks

@Natoandro
@HendrikJanssen

Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v1.0.5...v1.0.6

zig-protobuf - v1.0.5

Published by Arwalk 4 months ago

This release brings support for zig 0.13.0.

No functionality changes.

zig-protobuf - v1.0.4

Published by Arwalk 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v1.0.3...v1.0.4

zig-protobuf - v1.0.3

Published by Arwalk 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v1.0.2...v1.0.3

zig-protobuf - v1.0.2

Published by Arwalk 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v1.0.1...v1.0.2

zig-protobuf - v1.0.1 Update to latest zig compiler

Published by Arwalk about 1 year ago

This is a minor release representing compatibility with the latest used version of zig to compile this project, which is 0.12.0-dev.293+f33bb0228

Compilation fix in #24 by @jcalabro .

zig-protobuf - v1.0.0

Published by Arwalk about 1 year ago

First release

This is zig-protobuf's first complete release.

This implementation of protocol buffers should be able to handle every scalar type. See README for usage.

An enormous thank to @menduz for making this possible.