Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 825 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 825 Bytes

build

Note:the code already transfer to https://github.com/zen-eth/multiformats-zig

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