Skip to content

target_os groups? #71

@johalun

Description

@johalun

Is there such a thing, or can such a thing be created that will allow us to do

#[cfg(not(any(target_os = "apple-like")))]

or

#[cfg(not(any(target_vendor = "apple")))]

instead of

#[cfg(not(any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "visionos")))]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions