|
|
|
|
|
by echelon
206 days ago
|
|
Cargo needs to grow a label for crates that provably do not panic. (Neverminding allocations and things outside our control flow.) I want to ban crates that panic from my dependency chain. The language could really use an extra set of static guarantees around this. I would opt in. |
|
Which means banning anything that allocates memory and thousands of stdlib functions/methods.