mountpoints 0.2.0

List mount points (windows, linux, macos)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Vincent Rouillé <vincent@speedy37.fr>"]
description = "List mount points (windows, linux, macos)\n"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "mountpoints"
readme = "README.md"
repository = "https://github.com/Speedy37/mountpoints-rs"
version = "0.2.0"
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "0.2.93"
[target."cfg(target_os  = \"windows\")".dependencies.winapi]
features = ["errhandlingapi", "handleapi", "fileapi", "winerror", "impl-default"]
version = "0.3"