udoprog/musli

Use error_in_core once stable in 1.81

Closed this issue · 2 comments

Currently in a no_std environment the various Musli errors do not implement the core::error::Error trait. This means packages like Anyhow and others that rely on core::error::Error being implemented can not coerce any Musli errors.

Once error_in_core is stable, we'll switch.

Being closed by #178