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

https://github.com/ndimensional/zig-rtree

Generic RTree for Zig vectors
https://github.com/ndimensional/zig-rtree

Last synced: 2 months ago
JSON representation

Generic RTree for Zig vectors

Awesome Lists containing this project

README

        

# zig-rtree

Generic RTree for Zig vectors

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

This library uses and requires Zig version `0.14.0` or later.

Add the dependency to `build.zig.zon`:

```zig
.{
.dependencies = .{
.rtree = .{
.url = "https://github.com/nDimensional/zig-rtree/archive/refs/tags/v0.2.0.tar.gz",
// .hash = "...",
},
},
}
```

## License

MIT © nDimensional Studios