An open API service indexing awesome lists of open source software.

https://github.com/nukkeldev/unordered_dense

unordered_dense, packaged with zig.
https://github.com/nukkeldev/unordered_dense

zig zig-package

Last synced: about 1 year ago
JSON representation

unordered_dense, packaged with zig.

Awesome Lists containing this project

README

          

# unordered_dense
[![CI](https://github.com/nukkeldev/unordered_dense/actions/workflows/ci.yaml/badge.svg)](https://github.com/nukkeldev/unordered_dense/actions/workflows/ci.yaml)

[unordered_dense](https://github.com/martinus/unordered_dense) packaged with [Zig](https://ziglang.org/).

## Installation

Add to `build.zig.zon` with:
```
zig fetch --save git+https://github.com/nukkeldev/unordered_dense
```
Optionally suffix the url with `#` to use a commit with a tag or a branch:
```
zig fetch --save git+https://github.com/nukkeldev/unordered_dense#4.5.0
zig fetch --save git+https://github.com/nukkeldev/unordered_dense#main
```