Which is leading me to believe that Rust wants me ...
# development
a
Which is leading me to believe that Rust wants me to just create a MyError type for each crate, and implement From each-error-I-want-to-unpack to MyError, which is a glorified wrapper around a String.