Conversation

Things I do prefer about Rust over C/C++ * an actual package manager! * traits means no SFINAE silently eating half your codebase * macros trump templates for code gen * borrow checking is kinda cool and all * but most importantly std::mem::size_of::<()>() = 0 as God intended.
5
315
The real question is if you have a version of ghcid for rust yet? cargo-watch doesn't do that nice thing where you have ghcid only show the first screen worth of content rather than the whole thing.
2
3
I've seen rust analyser and plan to try it out at some point. But when I last looked you had to build it from source, and rls was working fine, so I didn't invest the time to try it out.
2