Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ringsaturn/geometry-rs
https://github.com/ringsaturn/geometry-rs
point-in-polygon
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ringsaturn/geometry-rs
- Owner: ringsaturn
- License: mit
- Created: 2022-11-19T13:31:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:31:30.000Z (4 months ago)
- Last Synced: 2024-07-06T22:45:06.163Z (4 months ago)
- Topics: point-in-polygon
- Language: Rust
- Homepage: https://crates.io/crates/geometry-rs
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-georust - geometry-rs - Partial port of tidwall/geometry (efficient 2D geometry library for Go). (Watchlist)
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.