-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable setting coord type when creating mutable arrays (#277)
* Public from methods on mutable arrays * optional coord type * Adds `new_with_capacity()` for all other geometry types (#279) * add multable multilinepoint array with options * new_with_options() for MultiLineString * new_with_options() for Polygon * new_with_options() for MultiPolygon * run cargo fmt * address PR comments * cargo fmt * wip public first_pass and second_pass api * Flesh out public apis --------- Co-authored-by: Josiah Parry <[email protected]>
- Loading branch information
1 parent
8767908
commit 774b212
Showing
8 changed files
with
627 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.