stdmovex
Stdmovex is a proposed cross-language standard library interface designed to standardize the transfer of ownership of objects between contexts without incurring copies. The aim is to provide a portable set of constructs that express ownership transfer across languages and runtimes, enabling libraries and applications to move resources efficiently while preserving safety guarantees. It is intended to complement language-specific ownership models rather than replace them.
The core concept centers on a small API for move operations and a mechanism to indicate move-enabled
Stdmovex is conceived as language-agnostic, with implementations mapped to a language’s native ownership semantics through bindings
Status and adoption: stdmovex was proposed by the International Standards and Interoperability Forum (ISIF) in 2022.
Criticism and reception: Some critics warn that a cross-language ownership standard could add complexity and constrain