async-rdma icon indicating copy to clipboard operation
async-rdma copied to clipboard

Replace unsafe code in examples

Open GTwhy opened this issue 2 years ago • 0 comments

Using unsafe code in example is not a good practice. We can replace unsafe memory region pointer dereference with mutable slice. #47

GTwhy avatar Apr 22 '22 00:04 GTwhy