We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fs
File
io
Similar to #97 just for sync API. See if we can leverage it somehow to use the implementation from there.
The structure of crypto module, needs to mimic the std ones:
crypto
exists
As these are sync methods and our EncryptedFs have async ones, we can use call_async or better channels.
EncryptedFs
call_async
The text was updated successfully, but these errors were encountered:
someotherself
No branches or pull requests
Similar to #97 just for sync API. See if we can leverage it somehow to use the implementation from there.
The structure of
crypto
module, needs to mimic the std ones:exists
method uses local fsexists
method uses local fsAs these are sync methods and our
EncryptedFs
have async ones, we can usecall_async
or better channels.The text was updated successfully, but these errors were encountered: