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.
- Host: GitHub
- URL: https://github.com/nukkeldev/unordered_dense
- Owner: nukkeldev
- License: mit
- Created: 2025-06-03T04:33:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T04:50:55.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:00:53.121Z (about 1 year ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage: https://github.com/martinus/unordered_dense
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unordered_dense
[](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
```