In what cases is Nim a better option than Rust? Would be great if anyone with more experience can share more information.
It provides the productivity of having a GC around (no need with coding for borrow checker patterns), you can still go as low level as you want, including writing GC free code, and is very fast compiling code.