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

Add tokio::fs wrappers #40

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Add tokio::fs wrappers #40

merged 1 commit into from
Oct 31, 2022

Conversation

sfleener
Copy link
Contributor

This adds in wrappers for all of the currently publicly exposed types in tokio::fs. This currently does not include conversions for OwnedFd or BorrowedFd, but the rest were a fairly straightforward wrapping.

Resolves #36

@andrewhickman
Copy link
Owner

Thanks!

@andrewhickman andrewhickman merged commit d437748 into andrewhickman:main Oct 31, 2022
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.

Add support for tokio::fs
2 participants