56
A comparison of Rust's borrow checker to the one in C#
(em-tg.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
It has always had structs. They are often used for interop but can be used to avoid allocations and they are memory safe out the box, which nice.
Both languages are really great in my opinion. But very different use cases generally.