Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ringsaturn/geometry-rs


https://github.com/ringsaturn/geometry-rs

point-in-polygon

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Geometry-rs [![docs.rs](https://img.shields.io/docsrs/geometry-rs)](https://docs.rs/geometry-rs/latest/geometry_rs/)

Rewrite parts of [tidwall/geometry](https://github.com/tidwall/geometry) to Rust
for [ringsaturn/tzf-rs](https://github.com/ringsaturn/tzf-rs).

```bash
cargo add geometry-rs
```

## TODO

- [ ] Use compressed data of RTree index, since too many memory costs.