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

Note that `dev` and `ino` methods are unix only

KodrAus opened this issue · comments

The dev and ino methods on Handle are unix-only. This should be called out in the method docs.

Currently, Handle wraps a platform-specific implementation so I don't think we need an extension trait. Just mentioning that they're unix-only should be enough. But @BurntSushi might have other ideas.