drop-app/src-tauri
quexeky cc57ca7076
139 add and resolve clippy lints to prevent unwrap and expect functions (#154)
* fix: Add lint and remove all unwraps from lib.rs

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Remove all unwraps from util.rs and add state_lock macro

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Add CacheError and remove unwraps from fetch_object

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Remove unwraps from fetch_object and server_proto

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Remove unwraps from auth.rs

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Remove unwraps from process_handlers

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Clippy unwrap linting

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Remove lint

Because not everything is actually resolved yet: will be resolved with a restructure of the library

Signed-off-by: quexeky <git@quexeky.dev>

* chore: Make the rest of clippy happy

Signed-off-by: quexeky <git@quexeky.dev>

* fix: Send download signal instead of triggering self.on_error

Signed-off-by: quexeky <git@quexeky.dev>

* fix: Corrupted state should panic

Signed-off-by: quexeky <git@quexeky.dev>

* fix: Use debug instead of display for specific errors

Signed-off-by: quexeky <git@quexeky.dev>

* fix: Settings now log error instead of panicking

Signed-off-by: quexeky <git@quexeky.dev>

---------

Signed-off-by: quexeky <git@quexeky.dev>
2025-10-08 16:17:24 +11:00
..
capabilities Process manager fixes (#71) 2025-07-25 10:44:40 +10:00
icons feat(tray icon): initial creation and logo update 2024-12-19 10:09:25 +11:00
src 139 add and resolve clippy lints to prevent unwrap and expect functions (#154) 2025-10-08 16:17:24 +11:00
tailscale build: 0.3.0-rc-2 2025-05-28 20:09:58 +10:00
.gitignore initial commit 2024-10-06 01:10:57 +10:00
build.rs Fix platform builds 2025-08-12 15:08:50 +10:00
Cargo.lock 139 add and resolve clippy lints to prevent unwrap and expect functions (#154) 2025-10-08 16:17:24 +11:00
Cargo.toml Collections & download stability, UI (#130) 2025-09-07 15:57:06 +10:00
rust-toolchain.toml Implement better error system and segregate errors and commands (#23) 2025-01-13 21:44:57 +11:00
tauri.conf.json Bump version to v0.3.3 2025-08-28 18:23:12 +10:00