Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerwin612/mount_dir
Mount portable directory as consistent user directory.
https://github.com/kerwin612/mount_dir
Last synced: 5 days ago
JSON representation
Mount portable directory as consistent user directory.
- Host: GitHub
- URL: https://github.com/kerwin612/mount_dir
- Owner: kerwin612
- License: mit
- Created: 2023-04-13T02:09:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-13T02:10:51.000Z (over 1 year ago)
- Last Synced: 2024-10-16T20:29:48.046Z (27 days ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mount_dir
**Mount portable directory as consistent user directory.**
# Usage**dependency**:
```bash
cargo add mount_dir
```**import**
```rust
use mount_dir::mount;
```**call**
```rust
mount(target_dir: String, mount_dir: String, is_force: bool);
```