filepath 0.1.2

Get the filesystem path of a file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Tom Schuster <evilpies@gmail.com>"]
categories = ["filesystem"]
description = "Get the filesystem path of a file."
keywords = ["path", "file"]
license = "Apache-2.0/MIT"
name = "filepath"
readme = "./README.md"
repository = "https://github.com/evilpie/filepath"
version = "0.1.2"
[target."cfg(target_os=\"macos\")".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "fileapi"]
version = "0.3"