David Cuddeback
David Cuddeback
@goertzenator Yeah, definitely. Sounds like @kevinmehall might be ahead of me on that. I'd love to see what he comes up with.
@TomasHubelbauer When I built this library (March 2015), rustup didn't exist, so I've not tested with the toolchains provided by rustup. The documented way to install Rust on Windows at...
@bitbegin I only have experience building with MinGW on Windows. I don't recall whether MSVC was even an option for Rust at the time (that was nearly 3 years ago)....
@blandger Thanks for sending this in and sorry for taking so long to reply. I'd love to add the remaining definitions to libusb-sys. The main reason they didn't previously exist...
@cmsd2 Interesting approach. I like the idea of being able to compile on Windows without using pkg-config. I'll try to find some time to look at this. No promises on...
@Boscop You've probably seen my comments from this morning on the other issues related to this topic. I've only ever built with MSYS2 on Windows. I posted the steps that...
@carstenandrich Thanks. The Windows implementation is intended to behave the same as the POSIX implementation. I'll need to find some time to setup a Windows VM to reproduce and verify...
> @dcuddeback, ping. Please don't do that. I'm busy, and there's no reason your PR should receive priority over anything else on my agenda.
@bsiegert Thanks. Could you update the README to add NetBSD and any architectures that you've been able to verify? https://github.com/dcuddeback/serial-rs/tree/master/serial-unix#compatibility
@bsiegert Compatibility needs to be updated in two READMEs, actually. The one I linked earlier (serial-unix) as well as the one for serial (https://github.com/dcuddeback/serial-rs/tree/master/serial#compatibility).