Jamie
Jamie
Yep, the workaround definitely works :) I've now properly investigated Cargo's default behavior (I assumed it would automatically enable the feature), but it turns out to match crate2nix pretty well,...
Ah, found it in my scrollback [log.txt](https://github.com/Mic92/cntr/files/8177341/log.txt)
I've been attempting to work through this (for the target `thumbv7em-none-eabihf`). I'm not sure if I've actually found a solution or not: I've run into a few other issues along...
There are also issues where `cpu.rs`'s arm::Feature doesn't compile if you aren't in a hardcoded list of operating systems, and (understandably) there is no `fill_impl` for random number generation... In...
If you didn't come across this, `rusqlite` has a `bundled` feature which we could use automatically on windows with the `[target.'cfg(windows)'.dependencies]` syntax in Cargo.toml I think this would automatically build...
Btw, someone has already wrapped this in a nice api based on the winapi crate: https://github.com/mullvad/windows-service-rs
Uh yes what you said :P
It also covers the installer API
Also, oof: https://github.com/retep998/winapi-rs/blob/0.3/RabbitCode.md
I'm definitely also wanting this behaviour, and am keen to have a go at implementing it if someone else isn't already