Deleted user
Deleted user
Can i fork and translate this book to Vietnamese version ? Current working: https://rust-vietnam.github.io/book/
Hi guys and girls! I'd like to help translating the second version of the book into spanish. I'll start working on the frozen chapters, it's that ok? Thanks :)
I have `MinGWx64` installed on windows (as I'm more familiar with `GCC`) and `rustup` set up almost perfectly with the `stable-x86_64-pc-windows-gnu` toolchain set as default. It hasn't failed in anything...
It would be nice to have a possibility to suppress the cmake output. Right now, the cmake output is forwarded to cargo. If the output contains non-utf-8 characters, the build...
https://github.com/ziglang/zig/pull/1026 sounds like zig already has some machine readable API(s) golang has excellent sublime plugin which alone helps tremendously, compared to the hassle of setting up a compilation database for...
This feature seems to exist but it's not mentioned in the docs. `else` supports a capture group which probably just returns the value that was in the `switch(...)`. parentheses. ```zig...
https://www.ziglang.org/ 😯
You are unable to properly finish compiling zig-bootstrap on debian AND fedora linux. (I've only included reproducible steps for fedora to keep things simplified as fedora is easier to set...
Is it possible to extract the 3D coordinates of each joints ?
I wrote a sudoku solver using the backtracking algorithm. Where should that go? Or might it warrant its own directory?