Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@kylebarron kylebarron released this 03 Dec 05:03
39bca1d

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.