Implement StructuredData OSD model and containers

This commit is contained in:
2026-08-09 00:10:12 +00:00
parent ae0b7966e2
commit d152e80ef9
15 changed files with 2408 additions and 1456 deletions

View File

@@ -2,7 +2,9 @@
extern crate self as libremetaverse_structured_data;
mod dispatch;
mod generated;
mod model;
pub mod xml {
/// Project-owned XML element boundary; external XML APIs are not copied.