Programming Servo: How to match
Today, let’s share some lessons learned from contributing to Servo, which is a great way to learn Rust.
We all love Rust’s match
statement. However, like almost everything else in programming, it can quickly get out of hand and result in difficult…