Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RTree methods take owned values where it makes sense #189

Merged
merged 3 commits into from
Dec 29, 2024

Conversation

kristoff3r
Copy link
Contributor

@kristoff3r kristoff3r commented Dec 16, 2024

  • I agree to follow the project's code of conduct.
  • I added an entry to rstar/CHANGELOG.md if knowledge of this change could be valuable to users.

Fixes #188.

This makes the API nicer, and I don't think I touched anything low-level enough for it to have performance implications.

rstar/CHANGELOG.md Show resolved Hide resolved
rstar/src/rtree.rs Show resolved Hide resolved
@urschrei urschrei added this pull request to the merge queue Dec 29, 2024
Merged via the queue into georust:master with commit f718353 Dec 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions needlessly taking envelope by reference
3 participants