upvote
also thiserror isn't incompatible with io::Error? all thiserror does is do code generation for "typical" enum errors. The errors it generates are normal rust code though, and the fact that they're generated by thiserror shouldn't really matter?
reply
He was talking about the chain of function calls not crates. You still have that in your top level crate.
reply