Optimizations & Best Practices Using smart pointers effectively View functions Pure Components Reducing compile time using workspaces Reducing binary sizes Cargo.toml Nightly ...
Paths for Referring to an Item in the Module Tree Exposing Paths with the pub Keyword Starting Relative Paths with super Making Structs and Enums Public Paths for Referri...
Path clarity More details No more extern crate An exception Macros Renaming crates The crate keyword refers to the current crate Extern crate paths No more mod.rs use paths ...
Running Code on Cleanup with the Drop Trait Dropping a Value Early with std::mem::drop Running Code on Cleanup with the Drop Trait The second trait important to the smart...
Control Flow if Expressions Handling Multiple Conditions with else if Using if in a let Statement Repetition with Loops Repeating Code with loop Returning Values from ...