andelf / andelf/rust-postgis

Implement Default trait for Point types

Open
#33 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
54
Forks
25
PR merge metrics
No merged PRs in 30d

Description

It would be nice if `Default` was implemented for `Point`. Without it migration from `geo_types` is that much harder. Moreover, we can't use crates like `derive-builder` which require Default.

The obvious choice for `postgis::ewkb::Point` is `(0,0)` with an SRID of `None`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.