Generate avatar-facing API shims

This commit is contained in:
2026-08-08 12:39:29 +02:00
parent a007313785
commit 376e63ac6d
7 changed files with 12787 additions and 285 deletions

View File

@@ -8,10 +8,11 @@ stage is a compiling structural shell: crate boundaries mirror the .NET library
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 and core
runtime/networking slices now have complete callable, failure-only signatures;
the remaining avatar/world manager and extension slices plus semantic Rust test
translations are still required before the public API shim is complete.
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.
The source snapshot, compatibility rules, dependency research, and ordered
implementation plan are in [RUSTREWRITE.md](RUSTREWRITE.md).