top | item 22672074 (no title) hechang1997 | 6 years ago I don't think you can have shared IPC memory in rust. You have to use message passing. Of course you are on your own completely, and there will be weird logic bugs when you mess it up. However, there won't be any memory corruptions. discuss order hn newest pjmlp|6 years ago Sure you can, it is no different than mapping a FFI pointer inside unsafe code block, or doing a mmap like access.
pjmlp|6 years ago Sure you can, it is no different than mapping a FFI pointer inside unsafe code block, or doing a mmap like access.
pjmlp|6 years ago