Skip to content

0.25.0

Latest
Compare
Choose a tag to compare
@oschwald oschwald released this 16 Feb 19:50
· 4 commits to main since this release
5c5d717
  • Serde will now skip serialization of the GeoIP2 struct fields
    when Option is none. Pull request by Stefan Sundin. GitHub #79.
  • Serialize and Clone were added to the Metadata struct. Pull
    request by Stefan Sundin. GitHub #80.
  • Added feature to use simdutf8 as a faster alternative when
    unsafe-str-decode is too risky. Pull request by Jakub Onderka.
    GitHub #88.
  • Minor internal refactoring and performance improvements.