yaserde/yaserde_derive/src/de
Scott Lamb c889461eef improve logging in deserialize path and tests
* Log the depth of elements as they're fetched
* Log the starting depth of structs/enums and their Rust symbol names
  (not just XML element names, which may differ significantly)
* Log every element in the struct/enum match loop at trace level.
* Log file/line numbers at a few key points in the tests.
  This is helpful in finding failures happen in some of the longer
  tests.

This logging helps me understand the data flow as I play with changes
for #76.
2020-06-20 06:27:19 -07:00
..
build_default_value.rs use unwrap_or_default 2020-06-08 10:45:18 +02:00
expand_enum.rs improve logging in deserialize path and tests 2020-06-20 06:27:19 -07:00
expand_struct.rs improve logging in deserialize path and tests 2020-06-20 06:27:19 -07:00
mod.rs fix namespace check on deserilization of enum 2020-04-29 19:13:32 +02:00