Skip to content

Releases: georust/wkb

v0.8.0

03 Dec 05:03
39bca1d
Compare
Choose a tag to compare

What's Changed

As of this version the wkb crate is an entirely new implementation of reading/writing WKB. Previous versions of the wkb crate were published from https://github.com/amandasaurus/rust-wkb.

New Features

  • Reading and write without copying to an intermediate representation, thanks to geo_traits.
  • Full support for Z, M, and ZM dimension data.
  • Full support for little-endian and big-endian data, in both reading and writing.
  • Read-only support for extended Well-Known Binary (EWKB). Any embedded SRID is currently ignored.
  • MIT and Apache 2 license.