As a user, I forgot to install devkitpro and put it into my $PATH. However, cargo-3ds panicked when not finding devkitpro and tools, which led me here to track down where cargo-3ds was panicking. I replaced certain unwrap()'s with expect()'s to help with other users who forget to install devkitpro and put it into $PATH
As a user, I forgot to install devkitpro and put it into my $PATH. However, cargo-3ds panicked when not finding devkitpro and tools, which led me here to track down where cargo-3ds was panicking. I replaced certain unwrap()'s with expect()'s to help with other users who forget to install devkitpro and put it into $PATH