Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
229 stars 27 forks source link

Change std.debug.print -> std.log.warn #51

Closed Detegr closed 3 months ago

Detegr commented 3 months ago

This will allow the users to filter out the warning messages if desired. std.debug.print messages will be always included, even in release builds.