Rust: Rocket will compile with stable rust from v1.45

The following features need to be stabilized before Rocket can compile on stable: proc_macro_hygiene (rust-lang/rust#54727) associated_consts (rust-lang/rust#29646) conservative_impl_trait (rust-la… Read more

Similar

Rust Error Handling in 2020

After working through “the book” on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn’t yet feel well-equipped to handle: “How should you structure error handli... (more…)

Read more »