mountpoints 0.2.1

List mount points (windows, linux, macos)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Vincent Rouillé <vincent@speedy37.fr>"]
description = """
List mount points (windows, linux, macos)
"""
edition = "2018"
license = "MIT OR Apache-2.0"
name = "mountpoints"
readme = "README.md"
repository = "https://github.com/Speedy37/mountpoints-rs"
version = "0.2.1"

[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"