Comment by hazbot

Comment by hazbot 11 hours ago

0 replies

> Okay, but you can do the same in dynamically typed Python

But the rust code is still safer, e.g. you haven't checked for an `AttributeError` in case `req.cookies`, the point is Rust protects you from this rabbit-hole, if you're prepared to pay the price of wrestling the compiler.