Closed ubolonton closed 3 years ago
Most improvements from failure are now incorporated into std::error::Error.
failure
std::error::Error
thiserror
anyhow
This is also the chance to drop the Send + Sync requirement on core error types, and therefore the clunky TempValue type.
Send + Sync
TempValue
See also:
Most improvements from
failure
are now incorporated intostd::error::Error
.thiserror
. This should be used to defined core error types.anyhow
. This is what modules should use.This is also the chance to drop the
Send + Sync
requirement on core error types, and therefore the clunkyTempValue
type.See also: