Multicodec zig This is the zig implementation of the multicodec spec. Build zig build Generate the code zig build-exe src/generate.zig ./generate Add to your project zig fetch --save https://github.com/optimism-java/multicodec-zig/archive/main.tar.gz Usage const multicodec = @import("multicodec-zig"); License MIT