# 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.