#is it possible to use tokio fs crate with tauri?

8 messages · Page 1 of 1 (latest)

misty vale
#

I want to read asynchronously a file, extract the bytes of this file and then send it over with a multipart form.
from a quick google search it seems like tauri is using tokio, but idk how I can enable the fs crate for tokio

devout wigeon
misty vale
devout wigeon
#

yes

misty vale
#

and it will work just fine?

devout wigeon
#

yes

misty vale
#

oh i see, i thought if i add it explicitly i would accidentally fuck something

devout wigeon