rust-mmap icon indicating copy to clipboard operation
rust-mmap copied to clipboard

the problem of compile ‘mmap’

Open yueyuanwendy opened this issue 7 years ago • 1 comments

Hi, I don't know why I can't compile 'mmap', it has this problem: default 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

yueyuanwendy avatar May 26 '17 13:05 yueyuanwendy

My advice is to not use mmap because it is abandoned and unmaintained. You should use https://github.com/danburkert/memmap-rs instead.

retep998 avatar May 26 '17 14:05 retep998