Useful Rust
December 16, 2019
The Rust type system is often discussed, especially in its relation to memory management; it allows for memory safety as a static guarantee at compile time. But if that were its only specialty, Rust would be a one-trick pony. Florian Gilcher uses Rust to present elegant, compiler-supported solutions for common problems of everyday applications as well as the infrastructure around them.