mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 05:51:16 +00:00

The builtin visitor is fairly expensive to compile (3700 lines of code), particularly if something else in the dependency graph also enables syn/full. For the usage in serde_derive, it turns out to be easy to replace.