Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lib.rs #30

Closed
wants to merge 1 commit into from
Closed

Update lib.rs #30

wants to merge 1 commit into from

Conversation

Zyian
Copy link
Contributor

@Zyian Zyian commented Mar 23, 2022

Currently OverlayFS and AltRoot is not added to the primary use path, therefore, using the lib would require an import as:

use vfs::{VfsPath};
use vfs::impls::overlay::OverlayFS;

Bringing them in here allows us to utilize the same imports as MemoryFS and PhysicalFS

Currently OverlayFS and AltRoot is not added to the primary `use` path, therefore, using the lib would require an import as:
```
use vfs::{VfsPath};
use vfs::impls::overlay::OverlayFS;
```
Bringing them in here allows us to utilize the same imports as MemoryFS and PhysicalFS
@manuel-woelker
Copy link
Owner

Thanks for the PR! Merged in eb7e277 and released as 0.7.0

(I had to cargo fmt the PR before merging, which is why it is not marked as merged in github)

@Zyian Zyian deleted the patch-1 branch March 28, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants