Files
appks/service/auth
zhenyi b83a842c6f fix(core): remove unwrap/expect in non-test code
- cache/lru.rs: replace lock().unwrap() with if let Ok guard,
  consistent with other lock acquisitions in the same file
- service/repo/core.rs: replace try_into().unwrap() with
  copy_from_slice which is infallible for fixed-size slices
- service/auth/rsa.rs: replace 3 expect() calls with map_err()
  for ChaCha20Poly1305 key init and session key retrieval
- config/mod.rs: replace GLOBAL_CONFIG.get().expect() with
  unwrap_or_else fallback to empty config
2026-06-10 18:48:49 +08:00
..
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00
2026-06-07 11:30:56 +08:00