| ▲ | lenkite 2 hours ago | |||||||
> I want to ban crates that panic from my dependency chain. Which means banning anything that allocates memory and thousands of stdlib functions/methods. | ||||||||
| ▲ | echelon an hour ago | parent [-] | |||||||
See the immediately preceding sentence. I'm fine with allocation failures. I don't want stupid unwrap()s, improper slice access, or other stupid and totally preventable behavior. There are things inside the engineer's control. I want that to not panic. | ||||||||
| ||||||||