Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows cross-compilation and add ?Sized to use of Format trait #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anacrolix
Copy link

By using windows-sys we can entirely remove the need for bindgen, and Windows.h enabling cross compilation to Windows.

Additionally we relax the use of the Format trait to be ?Sized where possible, allowing to use fallback Format implementations through Box/dyn.

Please let me know if I missed anything, or you want it broken up more or something.

By using windows-sys we can entirely remove the need for bindgen, and Windows.h enabling cross compilation to Windows.

Additionally we relax the use of the Format trait to be ?Sized where possible, allowing to use fallback Format implementations through Box/dyn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant