xmpp-rs/xso-proc/src
Jonas Schäfer c01eb090b8 xso-proc: improve error messages on cast mismatch for extracts
The old error message was pointing at the `FromXml` / `AsXml` invocation
and not on the field which actually caused the problem. The new error
message points exactly at the type of the affected field.
2024-08-31 10:50:44 +02:00
..
field xso-proc: improve error messages on cast mismatch for extracts 2024-08-31 10:50:44 +02:00
common.rs xso-proc: introduce trait for StructDef 2024-08-01 15:26:38 +02:00
compound.rs xso-proc: improve error messages on cast mismatch for extracts 2024-08-31 10:50:44 +02:00
enums.rs xso: add support for dynamic enums 2024-08-08 15:25:40 +00:00
error_message.rs xso-proc: Use core instead of std wherever possible 2024-08-04 12:41:17 +00:00
lib.rs Indicate which feature flag for each module/type 2024-08-05 11:14:41 +02:00
meta.rs xso: add support for dynamic enums 2024-08-08 15:25:40 +00:00
scope.rs xso: implement support for extracting data from child elements 2024-08-03 15:17:30 +02:00
state.rs xso-proc: Use core instead of std wherever possible 2024-08-04 12:41:17 +00:00
structs.rs xso: add support for dynamic enums 2024-08-08 15:25:40 +00:00
types.rs xso: move helper iterators and builders into separate module 2024-08-11 07:45:05 +02:00