Skip to content

rust-mlt-core-v0.2.0

Choose a tag to compare

@CommanderStorm CommanderStorm released this 04 Mar 22:40
33eb0e0

Added

  • (rust) enable configuring the shared dictionarys fully (#1015)
  • (rust) shared dictionary encoding support (#1006)
  • (rust) add rust morton encoding (#1005)
  • (rust) implement arbitrary::Arbitrary for simpler fuzzing setups (#991)

Fixed

  • (encoders) F64 encoded as f64 (#1009)
  • (rust) LineString and MultiLineString geometries (#989)
  • (rust) encoding of normalized mixed multi + regular geometrys panics (#981)

Other

  • (rust) rework string parsing (#1026)
  • (rust) move optional into EncodedPropValue (#1024)
  • (rust) prop strings mod (#1023)
  • (rust) rename IntEncoder and add IntEncoding (#1019)
  • (rust) move prop internals to "big enum" arch (#1014)
  • clean up how FromDecoded interacts with strings (#1011)
  • rename Encoder -> IntegerEncoder (#1010)
  • (rust) start fixing rust synthetics (#1002)
  • (synthetic) add Morton fixture synthetic test (#960)
  • More testing around geometry combinations (#982)
  • (rust) remove AVX failing test (#999)
  • (rust) rm json5, inf floats to string (#1000)
  • (rust) Add an encoding benchmark (#997)

Contributors