Description
Proposal
Problem statement
Add support for the raw_ext
, metadata_ext
and metadata_ext2
features for the Apple WatchOS platform.
Motivation, use-cases
rust-lang/rust#95243 Added compiler support for Apple WatchOS targets. rust-lang/rust#98101 Adds standard library support for Apple WatchOS. The motivation is to complete support for Apple WatchOS targets by implementing these features, giving parity of support for WatchOS as for other Apple platforms (e.g. iOS).
Solution sketches
Implementation for WatchOS will be identical to iOs implementations in the first instance.
Links and related work
For iOS implementations of these features see: https://github.com/rust-lang/rust/tree/master/library/std/src/os/ios
What happens now?
This issue is part of the libs-api team API change proposal process. Once this issue is filed the libs-api team will review open proposals in its weekly meeting. You should receive feedback within a week or two.