Implement Default trait for Point types
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 54
- Forks
- 25
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.