코딩Coding/★Rust★기초★Syntax
-
-
Is rust overkill for most back-end apps that could be done quickly by NodeJS or코딩Coding/★Rust★기초★Syntax 2023. 3. 20. 02:03
Is rust overkill for most back-end apps that could be done quickly by NodeJS or PHP? https://www.reddit.com/r/rust/comments/11uwwhy/is_rust_overkill_for_most_backend_apps_that_could/?utm_source=share&utm_medium=ios_app&utm_name=iossmf r/rust on Reddit: Is rust overkill for most back-end apps that could be done quickly by NodeJS or PHP?Posted by u/HosMercury - 326 votes and 180 commentswww.reddit..
-
Rust에서 "& 중심 개발" 극복하기코딩Coding/★Rust★기초★Syntax 2023. 3. 14. 15:08
▲ Rust에서 "& 중심 개발" 극복하기 (fiberplane.com) Rust 입문자들이 종종 삽입하게 되는 &에 대해 확실히 알기 References (&variable) : 장난감을 빌려주는 것과 같음 "볼 수 있지만, 만질 수는 없어. 다 쓰고나면 돌려줘" Mutable References (&mut variable) : 컬러링 북을 빌려주는 것과 같음 "보고 색칠도 맘대로 할 수 있지만, 쓰고나면 돌려줘야 해" Owned Values (variable) : 장난감을 남에게 주는 것과 같음 "여기 가져. 니 맘대로 쓸 수있고, 돌려주지 않아도 돼" Reference-Counted Pointers (Rc and Arc) : Rc 는 "아이 생일파티의 풍선 같은 장식. 누구나 볼 수 있지만 손대지 ..
-
Rust 101 Crash Course: Learn Rust (6 HOURS!) + 19 Practice Exercises | Zero To M코딩Coding/★Rust★기초★Syntax 2023. 3. 11. 11:14
Rust 101 Crash Course: Learn Rust (6 HOURS!) + 19 Practice Exercises | Zero To Mastery https://youtu.be/lzKeecy4OmQ 한글❤️rust_easy_rust_스승님eBook_유튜브채널 - https://economiceco.tistory.com/m/13649 한글❤️rust_easy_rust_스승님eBook_유튜브채널https://dhghomon.github.io/easy_rust/ Updates - Easy Rust 23 May 2021: Now available in Indonesian thanks to Ariandy/1kb. 2 April 2021: Added BuyMeACoffee link for those who..