13 - Extensions
Add optional, independently selectable native Rust extensions after the compatibility foundation is established. Extensions must preserve the existing public behavior, remain off by default unless deliberately promoted, be cross-platform on Linux, Windows, and macOS, avoid CLR dependencies, enforce resource limits, and include isolated tests and user-facing feature documentation.
-
60% Completed