Closed ssnover closed 1 year ago
At this point I've just added it for std:io::Error since that error is the most common for hosted systems. It might make sense to add a feature called hosted which enables std and backtrace, macos could require hosted.
std:io::Error
hosted
std
backtrace
macos
@kedars I'm also fine with this PR in its current shape.
At this point I've just added it for
std:io::Error
since that error is the most common for hosted systems. It might make sense to add a feature calledhosted
which enablesstd
andbacktrace
,macos
could requirehosted
.