Module geozero::postgis[][src]

PostGIS geometry type encoding/decoding.

All geometry types implementing GeozeroGeometry can be encoded as PostGIS EWKB geometry.

Geometry types implementing FromWkb can be decoded from PostGIS geometries.

Modules

postgres

PostGIS geometry type encoding/decoding for rust-postgres.

sqlx

PostGIS geometry type encoding/decoding for SQLx.