fahrenheit icon indicating copy to clipboard operation
fahrenheit copied to clipboard

Not currently building on Windows

Open steveklabnik opened this issue 6 years ago • 1 comments

error[E0433]: failed to resolve: could not find `unix` in `os`
  --> src\lib.rs:17:14
   |
17 | use std::os::unix::io::RawFd;
   |              ^^^^ could not find `unix` in `os`

and related errors :)

steveklabnik avatar Feb 06 '19 10:02 steveklabnik

I don't have a windows machine (and windows programming experience), so I'd need help with this one!

polachok avatar Feb 06 '19 19:02 polachok