Rust Quick Start Guide
Rustisanemergingprogramminglanguageapplicabletoareassuchasembeddedprogramming,networkprogramming,systemprogramming,andwebdevelopment.ThisbookwilltakeyoufromthebasicsofRusttoapointwhereyourcodecompilesanddoeswhatyouintendittodo!ThisbookstartswithanintroductiontoRustandhowtogetsetforprogramming,includingtherustupandcargotoolsformanagingaRustinstallationanddevelopmentworkflow.Thenyou'lllearnaboutthefundamentalsofstructuringaRustprogram,suchasfunctions,mutability,datastructures,implementingbehaviorfortypes,andmanymore.YouwillalsolearnaboutconceptsthatRusthandlesdifferentlyfrommostotherlanguages.AfterunderstandingtheBasicsofRustprogramming,youwilllearnaboutthecoreideas,suchasvariableownership,scope,lifetime,andborrowing.Afterthesekeyideas,youwillexploremakingdecisionsinRustbasedondatatypesbylearningaboutmatchandifletexpressions.Afterthat,you'llworkwithdifferentdatatypesinRust,andlearnaboutmemorymanagementandsmartpointers.
·4.4萬字