Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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);
```