2 stable releases
1.0.1 | Aug 29, 2024 |
---|
#2057 in Parser implementations
6KB
93 lines
serde_ignored_type
Simple utility type to allow to skip value for purpose of deserialization.
Why would you want to use it?
Because sometimes you just do not care for value of map, and need key alone
Unfortunately serde interface is too dumb to just skip next value
lib.rs
:
Simple utility type to allow to skip value for purpose of deserialization.
Why would you want to use it?
Because sometimes you just do not care for value of map, and need key alone
Unfortunately serde interface is too dumb to just skip next value
Dependencies
~105–335KB