Skip to content

optimism-java/multicodec-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the zig implementation of the multicodec [spec](https://github.com/multiformats/multicodec).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages