-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add create_dir #193
Add create_dir #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Just minor stuff.
@kaimast Would it be alright with you if I made the two tweaks and then merged? |
Yes, of course. |
I made the changes and also resolved conflicts with more recent changes in master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for getting to this.
This adds a
create_dir
function call totokio_uring::fs
and partially fixes #48.I also renamed
tests/directory.rs
totests/fs_directory.rs
so the name is in sync with that oftests/fs_file.rs
.