You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File streamer is currently not compatible with Windows since it's using a specific use statement : std::os::unix:: in src/file.rs.
Can we make it windows compatible?
Thanks for this awesome library 🎉🤯
The text was updated successfully, but these errors were encountered:
I don't often use the native Windows toolchain. I mostly use WSL on Windows. I think the only hurdle might be the FileWatch API is slightly different. And what'd happen when a file is removed from the file system.
If you want to work on it, I'll help if you run into issues!
File streamer is currently not compatible with Windows since it's using a specific use statement :
std::os::unix::
insrc/file.rs
.Can we make it windows compatible?
Thanks for this awesome library 🎉🤯
The text was updated successfully, but these errors were encountered: