Added
- An experimental C API buildable using cargo-c. See the generated header file for details on the API. See cargo-c for futher details on cargo-c usage.
Changed
- BREAKING Switched to
derive_builderfor the builder (The builder is now created usingdefault()). - BREAKING Renamed
AwakeHandletoKeepAwake. - BREAKING New custom
Errortype instead of usinganyhowfor the library. - Made
winresourceto only be included in thebinfeature. - Updated dependencies.