Emmanuel Gil Peyrot
c72cf3ddd1
xso-proc: Add n = 1 flag to element meta
...
This allows exactly one arbitrary payload in any element, and is handled
after every other element with a more specific matcher has been parsed.
Both the #[xml(element(n = 1))] meta and its shortcut #[xml(element)]
are allowed and treated the exact same way.
2025-01-26 16:40:05 +00:00
..
field
xso-proc: Add n = 1 flag to 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 n = 1 flag to 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: Use core instead of std wherever possible
2024-08-04 12:41:17 +00: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