same-file 1.0.6

A simple crate for determining whether two file paths point to the same file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.doc-comment]
version = "0.3"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A simple crate for determining whether two file paths point to the same file.\n"
documentation = "https://docs.rs/same-file"
edition = "2018"
exclude = ["/.github"]
homepage = "https://github.com/BurntSushi/same-file"
keywords = ["same", "file", "equal", "inode"]
license = "Unlicense/MIT"
name = "same-file"
readme = "README.md"
repository = "https://github.com/BurntSushi/same-file"
version = "1.0.6"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.1"