Expand description

PostGIS geometry type encoding/decoding.

All geometry types implementing GeozeroGeometry can be encoded as PostGIS EWKB geometry using wkb::Encode.

Geometry types implementing FromWkb can be decoded from PostGIS geometries using wkb::Decode.

Modules

PostGIS geometry type encoding/decoding for rust-postgres.

PostGIS geometry type encoding/decoding for SQLx.