Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
This probably isn’t the answer you’re looking for, but vpr being memory-safe isn’t a benefit that it has over rm, since rm apparently doesn’t allocate any memory (as @[email protected] wrote).
the first thing you mentioned as a benefit was memory safety.
Looks like I worded my project description poorly. As I wrote in another comment, I meant that this alternative is memory-safe (being written in safe Rust), but not that rm isn’t.
edit: I’ve updated the post’s title to clear things up
This probably isn’t the answer you’re looking for, but
vpr
being memory-safe isn’t a benefit that it has overrm
, sincerm
apparently doesn’t allocate any memory (as @[email protected] wrote).Looks like I worded my project description poorly. As I wrote in another comment, I meant that this alternative is memory-safe (being written in safe Rust), but not that
rm
isn’t.edit: I’ve updated the post’s title to clear things up