Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
21 contributions in the last year
Contribution activity
September 2020
Created an issue in markschl/thread_io that received 13 comments
Incorrect handling of errors
I'm not sure if this project is active, but I've found a problem.
read.rs:258
let out = func(&mut reader)?; reader.done();
If func returns an err…
13
comments