Y
Hacker News
new
|
ask
|
show
|
jobs
by
haydnv
1720 days ago
It should work on Windows (because tokio::fs works on Windows) although I have not personally tested this
1 comments
julian37
1720 days ago
You can do mmap on Windows, eg.
https://github.com/danburkert/memmap-rs
link