cgag / loc

Count lines of code quickly.
MIT License
2.31k stars 126 forks source link

[#13] Remove mmap dependency #17

Closed zackschuster closed 7 years ago

zackschuster commented 7 years ago

Turns out mmap wasn't being used in the code, so it was literally being compiled for nothing.

cargo build compiles on my Windows machine. cargo run . returns line counts for the project.

cgag commented 7 years ago

well, guess i did choose the other one after all, good catch

thanks again!

zackschuster commented 7 years ago

Thanks! Look forward to pulling it down from cargo :)