issues
search
Davejkane
/
riv
Riv - The Rust Image Viewer
MIT License
99
stars
10
forks
source link
Add documentation, error handling, denials, fmt, clippy
#12
Closed
Davejkane
closed
5 years ago
Davejkane
commented
5 years ago
Added deny directives for missing docs, unsafe, unstable, and unused results and options
Added some basic documentation
Improved error handling by removing all unwraps.
Also prevent some rendering errors from crashing the app
Cargo fmt
Cargo clippy