Implement bounded XML LLSD codec

This commit is contained in:
2026-08-09 01:08:14 +00:00
parent 2308e55671
commit 84bc31d031
14 changed files with 853 additions and 34 deletions

View File

@@ -983,6 +983,7 @@ def validate_generated_shims() -> None:
"crate::binary::",
"crate::dispatch::",
"crate::notation::",
"crate::xml_codec::",
)
):
raise ValueError(f"generated shim function does not use the standardized failure: {path.relative_to(ROOT)}")