rust-ipfs
rust-ipfs copied to clipboard
Implement Errors
Currently, errors are handled by anyhow, but it may be better to return specific error types utilizing thiserror and use anyhow for errors that does not yield a specific error (eg gossipsub builder returns &'static str
as an error).