Closed ancwrd1 closed 2 years ago
Updated and revived appveyor tests on master and checked that this builds through CI given with 1.40 as min version: https://ci.appveyor.com/project/steffengy/schannel-rs/builds/43467207
Build times seem the same, so no issue on that front. Need to still take a look at the code and check some compatiblity things.
Thanks
This PR resolves #75. Important bullet points:
windows-sys
crate which is roughly equivalent to winapi. The higher-levelwindows
crate doesn't currently work well with the functions returning HRESULT and suffers from occasional breaking changes in the APIsnon_exhaustive
pattern which replaces the manual one on several enums