Going through, finding error handling code in my Rust Redis Matrix crypto backend, and replacing unwrap
with nicer error handling, sometimes just a nice ?
.
Coding Matrix in Rust | 2022-09-26
Loading comments...
Going through, finding error handling code in my Rust Redis Matrix crypto backend, and replacing unwrap
with nicer error handling, sometimes just a nice ?
.