Commit Graph

2 Commits

Author SHA1 Message Date
Nathaniel Brough 383dc91556
perf(serde_urlencoded): Add new fuzzer, to improve coverage (#9612)
The original fuzzer makes some assumptions on specific properties.
Namely that Deserialise->Serialise->Deserialise was completely
symmetrical. However support for some parts of the API only includes
Serialising, so to fix this I've added the reverse/inverse fuzzer, which
improves code coverage substantially.

Signed-off-by: Nathaniel Brough <nathaniel.brough@gmail.com>
2023-02-07 13:44:15 -08:00
code-terror 1012b35cf1
Initial integration serde_urlencoded (#8680)
serde_urlencoded is a major rust package that 44 million package
downloads.It is used in many rust web services as a dependency. It is
downloaded 90 thousand times every day.
2022-10-06 10:50:16 -04:00