4 个版本
使用旧的 Rust 2015
0.0.4 | 2023年4月13日 |
---|---|
0.0.3 | 2023年4月12日 |
0.0.2 | 2023年4月12日 |
0.0.1 | 2023年4月12日 |
#28 in #mount
4KB
64 行代码(不包括注释)
mount_dir
将便携目录挂载为一致的用户目录。
用法
依赖项:
cargo add mount_dir
导入
use mount_dir::mount;
调用
mount(target_dir: String, mount_dir: String, is_force: bool);
依赖项
~129MB
~2M SLoC