pub fn read_netrc() -> Result<Netrc, Error>
Reads the contents of a .netrc file from its conventional location ~/.netrc
IoError if the home directory cannot be found, or does not contain a readable .netrc file.