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.