v0.35.0
The motivation is for consumers of the AOT generated code which use Rust 2024, but might as well change the Rust code within the crate as well. Prior to 2024 unsafe was implied for extern C, after 2024 it needs to be explicitly specified.
The motivation is for consumers of the AOT generated code which use Rust 2024, but might as well change the Rust code within the crate as well. Prior to 2024 unsafe was implied for extern C, after 2024 it needs to be explicitly specified.