Expand description
A namespace facade around thiserror.
Enables thiserror to be used in both std and no_std environments.
If configured for no_std, this module will use thiserror-core (which requires
a nightly toolchain).
§Note
This module will be marked deprecated once error_in_core is
stabilized and thiserror
fully supports using core::error.