We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was done in #122 for Linux and macOS, but not for Windows.
Currently, a Makefile is used, but probably something else is needed on Windows ...
Makefile
The text was updated successfully, but these errors were encountered:
Since #142, there is a test with inline-c that also runs on Windows.
inline-c
This is good, but I don't think this reflects typical use, because the library is "installed" in some obscure directory that's only known to cargo.
cargo
I think it would be very helpful to show an example usage that's closer to how it would be actually used on Windows.
Sadly, I have no clue how things are normally done on Windows, so I cannot give a concrete suggestion ...
Sorry, something went wrong.
There is a (draft) PR #194 that tries to compile the example project with MSYS2 on Windows.
It would still be great to have a "native" Windows example (e.g. using MSVC).
No branches or pull requests
This was done in #122 for Linux and macOS, but not for Windows.
Currently, a
Makefile
is used, but probably something else is needed on Windows ...The text was updated successfully, but these errors were encountered: