-
Notifications
You must be signed in to change notification settings - Fork 9
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
Windows support #10
Comments
I don't ever use Windows. Are you interested in adding this? and maybe setting up CI (I guess the cool kids use AppVeyor)? |
I don't have any Windows box, and Windows doesn't work on my laptop (‽), so AppVeyor or a VM is the way to go. I probably won't get a chance to try this in the near future, but I'll take it if it's not done by someone else by the time I'm free. |
Wow, that's timely! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http-serve
doesn't currently build on Windows because of some Unix-only APIs:FileExt::read_at
: Windows has a similar API that could be used instead -- the difference is that it moves the file cursorMetadataExt::ino
: there is a way to get the equivalent of a inode number on Windows, IIRCThe text was updated successfully, but these errors were encountered: