xmpp-rs/xso-proc/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer f1ab857c6e xso: move helper iterators and builders into separate module
This declutters the main `xso` namespace. In addition, if (when) we
introduce more complex generic implementations, we might want to have
tests for these, and those can then live there, too, without making the
main `lib.rs` file gigantic (or moving the tests too far away from the
tested code).
2024-08-11 07:45:05 +02:00
..
field xso: move helper iterators and builders into separate module 2024-08-11 07:45:05 +02:00
common.rs xso-proc: introduce trait for StructDef 2024-08-01 15:26:38 +02:00
compound.rs xso: implement catch-all for unknown elements 2024-08-05 15:33:57 +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