-
Notifications
You must be signed in to change notification settings - Fork 15
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
Int parsing doesn't work on windows? #48
Comments
Looks like CI doesn't even run on windows 😱 Unfortunately I have not maintained this crate in years, I don't even remember how it works in detail, so unless someone comes along and reproduces your issue and fixes it, I don't think it'll get fixed in the next few years |
Does it work if you replace line 95 in lib with this?
|
idk, but if you try it out and it works, open a PR, i'll land it and publish a patch release |
okay nvm I give up |
This code crashes with this error:
let Count: usize = read!("{}\n");
thread 'main' panicked at src\main.rs:44:24:
called 'Result::unwrap()' on an 'Err' value: Parse("1\r", "__try_read_var__")
I don't submit issues very often, so please tell me if I'm doing anything wrong
The text was updated successfully, but these errors were encountered: