RatCornu / efs

An OS and architecture independent implementation of some Unix filesystems in Rust.

Home Page:https://crates.io/crates/efs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor errors

RatCornu opened this issue · comments

Currently, errors implement all the core::error::Error and core::fmt::Display traits by hand.
It could be a good idea to use the thiserror library to make the code easier to read.