Hello, everyone, I wanna try Nim or Rust for my side projects.Rust has no GC, so easy to create a library for another language, memory-safety, package manager, tests, docs, ... But after C/C++, Rust way can be compilated to me.Nim is seems easier and I like Lisp-like macros. I want to find out about\: ● which GC to choose for a library to use with Python, ... ● how easy can I integrate an existing C/C++ library or a project. ● memory-safety compare to Rust Thanks in advance.