Shubham
Shubham
https://github.com/Stebalien/tempfile
This code is duplicated in almost every function
To many nested `match` statements increases the code complexity for no reason
### Current It takes the username from the system, which is good for default case scenarios, but user should be allowed to change it, if they want..
This might me the reason for #14 Also, `.vaultignore` is unimplemented.
Apparently, I have to look at references to see how to handle errors in Rust. It's kinda different to how we do it in Golang : ) . However, will...