Implement bounded Binary LLSD codec

This commit is contained in:
2026-08-09 00:29:07 +00:00
parent d152e80ef9
commit 7a4f1f2fb1
17 changed files with 965 additions and 208 deletions

View File

@@ -2,6 +2,7 @@
extern crate self as libremetaverse_structured_data;
mod binary;
mod dispatch;
mod generated;
mod model;