Implement JSON and Protobuf OSD codecs

This commit is contained in:
2026-08-09 01:30:59 +00:00
parent 84bc31d031
commit 6d02db8a9a
15 changed files with 1365 additions and 47 deletions

View File

@@ -5,8 +5,10 @@ extern crate self as libremetaverse_structured_data;
mod binary;
mod dispatch;
mod generated;
mod json_codec;
mod model;
mod notation;
mod protobuf;
mod xml_codec;
pub mod xml {