Function-like procedural macrosFunction-like procedural macros are procedural macros that are invoked using the macro invocation operator (!).Jun 9, 2021Jun 9, 2021
Derive macro helper attributesDerive macros define new inputs for the derive attribute. These macros can create new items given the token stream of a struct, enum, or…Jun 9, 2021Jun 9, 2021
What Is OwnershipRust’s central feature is ownership. Although the feature is straightforward to explain, it has deep implications for the rest of the…May 25, 2021May 25, 2021
Data TypesEvery value in Rust is of a certain data type, which tells Rust what kind of data is being specified so it knows how to work with that…May 25, 2021May 25, 2021
The Rust Programming Languageby Steve Klabnik and Carol Nichols, with contributions from the Rust CommunityMay 25, 2021May 25, 2021