xmpp-rs/xso-proc/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 4148e9d165 xso-proc: hide generated FromXml / AsXml types
They really clutter the documentation, because they show up in the
module's index. Downside is that users can't inspect the documentation
of those types anymore, but it's not useful anyway: the parts are
private and they just impl some traits.
2025-01-28 18:26:55 +01:00
..
field xso-proc: Add the default flag to the element meta 2025-01-26 16:40:05 +00:00
common.rs xso-proc: introduce trait for StructDef 2024-08-01 15:26:38 +02:00
compound.rs xso: add support for ignoring unknown children 2024-10-26 17:37:32 +00:00
enums.rs xso: fix no_std support 2025-01-26 15:07:17 +00:00
error_message.rs Implement #[xml(flag)] meta 2025-01-21 19:12:43 +01:00
lib.rs Revert "xso-proc: Replace std stuff with alloc/core stuff" 2025-01-20 17:52:35 +01:00
meta.rs xso-proc: Add the default flag to the element meta 2025-01-26 16:40:05 +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: hide generated FromXml / AsXml types 2025-01-28 18:26:55 +01:00
structs.rs xso: fix no_std support 2025-01-26 15:07:17 +00:00
types.rs xso: fix no_std support 2025-01-26 15:07:17 +00:00