Comment on Ask HN: Memory-safe low level languages?parentComments−eddd-ddde1yYou can always break out of the too rusty side and use unsafe tastefully.UnsafeCell I find particularly useful to exponentially decrease the amount of boilerplate needed to convince the compiler that your code is safe.
Comments
You can always break out of the too rusty side and use unsafe tastefully.
UnsafeCell I find particularly useful to exponentially decrease the amount of boilerplate needed to convince the compiler that your code is safe.