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

Fixes for Windows

Open retep998 opened this issue 9 years ago • 3 comments

retep998 avatar Apr 13 '15 04:04 retep998

@rbranson Merge it, please, because I can't compile some libraries clean without this fixes. I've test it.

therustmonk avatar Sep 15 '15 08:09 therustmonk

@DenisKolodin There are alternative libraries that offer similar functionality but are up to date, such as https://github.com/danburkert/memmap-rs

retep998 avatar Sep 15 '15 08:09 retep998

@retep998 Thank you for memmap-rs, great lib, useful for me! But there is a dependency in lib: https://github.com/rustcc/coroutine-rs/ I have to twist own forks to fix it. The best way to use an alternative to coroutine-rs, I know, and I've found https://github.com/zonyitoo/coroutine-rs which looks alive, no mmap deps and based on fork of coroutine-rs, but another version differs in implementation without backward compatibility. Maybe I whimper, dependency hell is not so large with Cargo )

therustmonk avatar Sep 15 '15 10:09 therustmonk