When people say Rust is a “safe language”, they often mean memory safety. And while memory safety is a great start, it’s far from all it takes to build robust applications. Memory safety is important but not sufficient for overall r…| Corrode Rust Consulting
Profiles| doc.rust-lang.org
A dynamically-sized view into a contiguous sequence, `[T]`.| doc.rust-lang.org
Featuring optimizer tricks, iterators and The Minimum Possible Bounds Check| Medium
Hi, I'm Matthias Endler, a Rust developer and open-source maintainer. I help clients worldwide get the most out of Rust through training, consulting, and contracting, providing no-frills, easy-to-follow, idiomatic Rust code.| Corrode Rust Consulting
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of `Into`.| doc.rust-lang.org
If you’ve worked with Rust for a while, you’ve probably heard the phrase “making illegal states unrepresentable”. It’s a phrase that’s often used when people praise Rust’s type system. But what exactly does it mean? And how can you apply it to you…| Corrode Rust Consulting