|
|
|
|
|
by modeless
4 days ago
|
|
Adding Fil-C-like runtime checks to Rust is definitely an interesting direction. As I mentioned upthread. It's not just the availability of the safe API that's interesting, though, but also the prohibition on using the unsafe API in the entire program and all dependencies. Which Rust could also do in theory but not yet in practice AFAIK. |
|
It is possible, check MaulingMonkeys' comment upthread.