|
|
|
|
|
by vitiral
958 days ago
|
|
> I would avoid saying that it's "Rust" that "gives guarantees". Why would you avoid saying that? Rust does give guarantees: about memory safety and concurrency primarily, but also regarding the lack of undefined behavior. > It paints Rust as this magical thing that will solve anything. It does not, the above are not magical they are just challenging problems (although at some point they may have been deemed impossible problems and hence magical, I don't know) > My preferred explanation is that Rust provides better tools to build wrappers that can't be misused. "wrappers that can't be misused" sounds a LOT like it "gives guarantees". |
|