-
Notifications
You must be signed in to change notification settings - Fork 111
If this crate is really drepecate, I should specify it and mark alternatives. #257
Comments
I agree. Should have done that long ago... |
While error-chain may not be the preferred way to handle errors anymore, it is still being used and I don't think a complete, official alternative is available yet. It would be great if somebody took over maintenance, if just to ensure that it keeps working with new compiler releases. Unfortunately my knowledge of Rust is too rudimentary to qualify. |
Doesn't |
So, just to be sure, as I am starting to write my first library, as of today, (sorry if this question appears a lot, I still can't figure it out from the different posts) |
I guess yes, unless someone wants to maintain error-chain |
Sorry for taking so long in answering. I took a second look and I'd say it does. |
|
Such is the life of rust crates. I just like error-chain because the code is in place, and I'm making sure it doesn't get deprecated. |
To avoid mistakes with programmers with little experience. It would be much more efficient to decide what to do with this crate and give alternatives. It forces you to understand something that should not be used, since currently there are much more efficient ways of doing the same work.
So, from experience, I would specify all this in the README or some visible place.
The text was updated successfully, but these errors were encountered: