Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zen-eth/multiformats-zig
This is the zig implementation of the multiformats https://github.com/multiformats/multiformats.
https://github.com/zen-eth/multiformats-zig
multibase multicodec multiformats multihash zig
Last synced: about 1 month ago
JSON representation
This is the zig implementation of the multiformats https://github.com/multiformats/multiformats.
- Host: GitHub
- URL: https://github.com/zen-eth/multiformats-zig
- Owner: zen-eth
- License: mit
- Created: 2024-11-30T04:53:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T04:54:09.000Z (about 1 month ago)
- Last Synced: 2024-11-30T05:26:58.917Z (about 1 month ago)
- Topics: multibase, multicodec, multiformats, multihash, zig
- Language: Zig
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiformats zig
This is the zig implementation of the multiformats [spec](https://github.com/multiformats/multiformats).## Build
```bash
git clone --recurse-submodules [email protected]:optimism-java/multiformats-zig.git
cd multiformats-zig
zig build test --summary all
```## Generate the code
```bash
zig build-exe src/generate.zig
./generate
```## Add to your project
```bash
zig fetch --save https://github.com/optimism-java/multiformats-zig/archive/main.tar.gz
```## Usage
```zig
const multiformats = @import("multiformats-zig");
```## License
MIT