Generate core runtime API shims

This commit is contained in:
2026-08-08 12:28:41 +02:00
parent 7086af9a6f
commit a007313785
12 changed files with 7223 additions and 536 deletions

View File

@@ -8,10 +8,10 @@ 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 slice now have
complete callable, failure-only signatures; the remaining manager/extension
slices and semantic Rust test translations are still required before the public
API shim is complete.
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 source snapshot, compatibility rules, dependency research, and ordered
implementation plan are in [RUSTREWRITE.md](RUSTREWRITE.md).