Skip to content

swhid & swhtype: Use thiserror instead of anyhow

vlorentz requested to merge thiserror into master

These two modules are low-level APIs needed by other crates (and in hot loops), so thiserror is more suited to them than anyhow.

Merge request reports