Generate world and social API shims

This commit is contained in:
2026-08-08 12:44:47 +02:00
parent 376e63ac6d
commit 1291234e6f
7 changed files with 9099 additions and 314 deletions

View File

@@ -9,10 +9,10 @@ projects, public C# type names have Rust declarations, every upstream NUnit case
has a traceable placeholder, and every sample/tool project has a Rust binary
target. Types, StructuredData, Imaging, PrimMesher, both rendering adapters, and
the main assembly's packet/message/asset/primitive wire-data, core
runtime/networking, and avatar-facing manager slices now have complete callable,
failure-only signatures; the remaining world manager and extension slices plus
semantic Rust test translations are still required before the public API shim
is complete.
runtime/networking, avatar-facing manager, and world/social/service manager
slices now have complete callable, failure-only signatures; the remaining
extension slices plus semantic Rust test translations are still required before
the public API shim is complete.
The source snapshot, compatibility rules, dependency research, and ordered
implementation plan are in [RUSTREWRITE.md](RUSTREWRITE.md).