Complete StructuredData parity and parser hardening (#37)

This commit is contained in:
2026-08-09 01:51:29 +00:00
parent 6d02db8a9a
commit d980692933
18 changed files with 438 additions and 7 deletions

View File

@@ -688,6 +688,9 @@ impl OSD {
}
}
/// Format-neutral parser/serializer namespace matching the C# static type.
pub struct OSDParser;
macro_rules! scalar_wrapper {
($name:ident, $value:ty, $variant:ident, $kind:ident) => {
#[derive(Clone, Debug)]