I am not trolling, but I have a simple question: Why? Why do I use this instead of the official build? What is the business case?
Because Rust is what's cool these days. Don't you wanna be cool? Also Rust has memory safety things that C++ doesn't have, so there's a class of bugs that can't happen in the Rust version. That doesn't mean the Rust version is 100% bug free, but just that it's not vulnerable to that class of bugs. So it's a good thing for security reasons if you're running a database server somewhere that attackers could get at it. T…
I'd like to know if the "authors" know what I'm talking about.