xmpp-rs/xso-proc/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 2358c8636e xso-proc: refactor field implementations into separate files
This decreases indentation levels on the various implemenations, it
groups the implementations together physically, and (spoiler alert!)
we'll actually need the dyn Field trait object-ness (much) later on.
2024-08-04 16:14:47 +02:00
..
field xso-proc: refactor field implementations into separate files 2024-08-04 16:14:47 +02:00
common.rs xso-proc: introduce trait for StructDef 2024-08-01 15:26:38 +02:00
compound.rs xso: implement support for defaulting extracts 2024-08-04 16:07:14 +02:00
enums.rs xso: allow omission of namespace and name on extracts 2024-08-03 15:25:46 +02:00
error_message.rs xso-proc: Use core instead of std wherever possible 2024-08-04 12:41:17 +00:00
lib.rs xso-proc: Use core instead of std wherever possible 2024-08-04 12:41:17 +00:00
meta.rs xso: implement support for defaulting extracts 2024-08-04 16:07:14 +02: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: allow omission of namespace and name on extracts 2024-08-03 15:25:46 +02:00
types.rs xso: implement support for defaulting extracts 2024-08-04 16:07:14 +02:00