pub fn hard_link( original: impl AsRef<Path>, link: impl AsRef<Path>, ) -> Result<()>
Create a new hard link to a file.
This is a wrapper around std::fs::hard_link that echoes the operation to the console.
std::fs::hard_link