BurntSushi / same-file

Cross platform Rust library for checking whether two file paths are the same file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Errors Section to methods on `Handle`

KodrAus opened this issue · comments

Relevant API Guideline

Add an Errors section to the following methods on Handle:

  • from_path
  • from_file
  • stdin
  • stdout
  • stderr

See the API Guidelines above for some inspiration.