| Crates.io | mount_dir |
| lib.rs | mount_dir |
| version | 0.0.4 |
| created_at | 2023-04-12 05:18:35.97108+00 |
| updated_at | 2023-04-13 02:11:15.160865+00 |
| description | Mount portable directory as consistent user directory. |
| homepage | |
| repository | https://github.com/kerwin612/mount_dir |
| max_upload_size | |
| id | 836586 |
| size | 4,594 |
Mount portable directory as consistent user directory.
dependency:
cargo add mount_dir
import
use mount_dir::mount;
call
mount(target_dir: String, mount_dir: String, is_force: bool);