TheZalli
TheZalli
I tried installing this to my windows using cargo install with git bash but with no luck. Here's the error message: ``` error[E0432]: unresolved import `libc::termios` --> C:\Users\mrZalli\.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.1.4\src\termios.rs:4:9 | 4...
That crate seems kinda WIP and abandoned, no readme or even a repository and the last update was over a year ago. I think it's best to use a custom...
I've used pest in some small script language parser experiments, it's maybe too much for this project and I think nom's better. That crate however looks promising and could be...
Consider using the popular [regex crate](https://crates.io/crates/regex) for regex syntax compatibility with other rust projects, code re-use and taking advantage of their optimizations.
Thanks for the response, though at the time when I tried to build that I was probably using MinGW, so link.exe is not MSVC linker, but MinGW linker. I've now...
Oh okay didn't notice that path. However when when I typed "where link" in cmd, it pointed to a link.exe in MinGW folders