Rust基础入门【1】

“Why Rust”,installation & “Hello, World”,primitive types,string & &str,array & vector,mutability,enum,match,condition & statement
Very brief history of Rust
Rust main feature
Dev. Env.
primitive types
sized?, string, vec
mutable / immutable
stack vs heap
struct + impl + trait
match + enum
vec + slice
ownership
() Live sample
(
) Live excersice

相关推荐教程:
变量声明方式以及shadowing
基础数据类型

你可能感兴趣的:(Rust,rust,开发语言,后端)