-
Notifications
You must be signed in to change notification settings - Fork 64
feat: Implement GridDisksUnsafe, GridDiskDistancesUnsafe, GridDiskDistancesSafe #84
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
Conversation
45321ff
to
2f1aa02
Compare
Pull Request Test Coverage Report for Build 15495955929Details
💛 - Coveralls |
1605a2e
to
e3c7a26
Compare
…tancesSafe Implements remaining bindings for C library functions. This includes: - GridDisksUnsafe - GridDiskDistancesUnsafe - GridDiskDistancesSafe which are listed in the API Reference[0]. - 0: https://h3geo.org/docs/api/traversal
e3c7a26
to
39ae0da
Compare
e2c1c50
to
9a34286
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I will let another reviewer also take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! can you update the README C to Go table with your addition? I missed this in the ring PR, so if you can sneak that mapping into the table as well that would be appreciated.
Implements remaining bindings for C library functions.
This includes:
which are listed in the API Reference[0].