Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 563 Bytes

Multiformats zig

This is the zig implementation of the multiformats spec.

Build

git clone --recurse-submodules [email protected]:optimism-java/multiformats-zig.git
cd multiformats-zig
zig build test --summary all

Generate the code

zig build-exe src/generate.zig
./generate

Add to your project

zig fetch --save https://github.com/optimism-java/multiformats-zig/archive/main.tar.gz

Usage

const multiformats = @import("multiformats-zig");

License

MIT