refactor: switch error handle to snafu

This commit is contained in:
2025-04-02 00:22:52 +08:00
parent 011f62829a
commit 234441e6a3
32 changed files with 549 additions and 436 deletions

View File

@@ -5,14 +5,15 @@
impl_trait_in_bindings,
iterator_try_collect,
async_fn_traits,
let_chains
let_chains,
error_generic_member_access
)]
pub mod app;
pub mod auth;
pub mod cache;
pub mod database;
pub mod download;
pub mod downloader;
pub mod errors;
pub mod extract;
pub mod fetch;