rust-mmap
rust-mmap copied to clipboard
the problem of compile ‘mmap’
Hi, I don't know why I can't compile 'mmap', it has this problem:
I use windows. and my rustc version is "rustc 1.17.0", and cargo version is "cargo 0.18.0"
and I can compile some other dependencies.
Could you give me some advice?
Thanks a lot
My advice is to not use mmap
because it is abandoned and unmaintained. You should use https://github.com/danburkert/memmap-rs instead.