-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- src/wrapper.rs, src/persistence.rs
- Issue: Uses
.unwrap()and.expect()heavily. If a file is missing or corrupt, the whole application crashes. - Fix: Return
Result<T, E>everywhere and propagate errors to the caller (especially important for Python bindings).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels