- Serde will now skip serialization of the GeoIP2 struct fields
whenOption
is none. Pull request by Stefan Sundin. GitHub #79. Serialize
andClone
were added to theMetadata
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.