I am implementing error handling in my micropub publisher tool. At this point, I don’t know Rust well enough to make the code concise. There is always something to unbox, unwrap, or match! Fortunately, my app is small and not complex.