Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File streamer Windows support #25

Open
carlocorradini opened this issue May 22, 2024 · 2 comments
Open

File streamer Windows support #25

carlocorradini opened this issue May 22, 2024 · 2 comments

Comments

@carlocorradini
Copy link
Contributor

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 🎉🤯

@tyt2y3
Copy link
Member

tyt2y3 commented May 22, 2024

Thank you for your interest.

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!

@carlocorradini
Copy link
Contributor Author

Sure, I'll need some help O.C. 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants