* Support deserializing paths to sequences for multi-component (eg. tail) matches
* Support deserializing paths to sequences: use "/{tail}*" syntax
* some fixes
* make `size_hint` work properly
* fix for tuple struct
---------
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
* PathDeserializer: use `deserialize_str` for `deserialize_any`
* fix `deserialize_any` for `seq` and `map`
* add tests for `deserialize_any`
* parse numeric values as well
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>