Skip to content

Use windows-bindgen to replace windows-sys with generated bindings? #119

@djc

Description

@djc

windows-sys is a large crate (a 2.4M download) with considerable churn. The windows-rs org also provides a windows-bindgen API that crates can use to generate their own bindings for the part of the API that they need, which trades some downstream complexity for maintenance complexity (although the latter is pretty limited in my experience). See nushell/nu-ansi-term#71 for an example.

Would you be open to something like this for errno? It seems like a good fit to me.

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