-
★★★Rust Tutorials 로드맵(Road Map)첫시작!-★★★(총정리)Rustacean이 되어 보자!!Let's go!코딩Coding/Rust❤️Cheat_Sheet_그림❤️_syntax 2021. 5. 8. 14:45728x90
https://github.com/YoungHaKim7/YouTubeContents_GlobalYoung
내 Youtube 콘텐츠(Polyglot)
(I'm Rustacean)
GlobalYoung(내인생PLUS) 후원 방법
후원받은 금액으로 더 좋은 글을 만들도록 하겠습니다
https://toon.at/donate/637632064207125437
⭐️Donation : https://www.buymeacoffee.com/ytok1108P
온라인 스승님 러스트를 배웁시다
한글 easy_rust
온라인 스승님 한글 easy-rust를 많이 봐주세요
러스트를 배웁시다 한글 러스트 강의
https://youtu.be/W9DO6m8JSSs
Rust 한글 강의 -Easy Rust최고(Rust 강좌) - https://economiceco.tistory.com/m/11716
Rust 프로그래머는 스스로를 Rustacean 이라고 부름Rust Toturial 로드맵(Road Map)
러스트의 핵심 기능은 바로 소유권입니다. Ownership
소유권이 뭔가요? - The Rust Programming Language (rinthel.github.io)
오너쉽& Borrowing 개념잡기
https://youtu.be/5f5Ua0ebeEcRust 개발환경 설치
Rust 개발환경 설치_Visual Studio Code를 이용함. (tistory.com)
단축키 정리
<Rust&Python_etc..>☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win) -https://economiceco.tistory.com/m/3638
Vim tutorial❤️]Select All & Vim Full Course tutorial_vim tutorial -
https://economiceco.tistory.com/m/12352한글로 된 Rust 설명서
들어가기 앞서 - The Rust Programming Language (rinthel.github.io)
영문으로 된 Rust 설명서
Introduction - The Rust Reference (rust-lang.org)
마이크로 소프트(MS) Rust 한글 설명서
Rust 초보자를 위한 설명서-Learn(마이크로소프트) (tistory.com)
마이크로 소프트(MS) Rust 영문 설명서
docs.microsoft.com/en-us/learn/paths/rust-first-steps/
Rust 공식(한글) 책eBook
(eBook)러스트(Rust) 프로그래밍 공식 가이드 (tistory.com)
Rust 공식 싸이트 (영문)
Rust Blog(영문)
Rust 키워드
다음 목록은 러스트에서 현재 사용중이거나 미래에 사용될 키워드들입니다. 따라서 이들은 식별자, 함수명, 변수, 매개변수, 구조체 필드, 모듈, 크레이트, 상수, 매크로, 정적 변수, 속성, 타입, 트레잇, 라이프타임에 사용할 수 없습니다.
현재 사용되고 있는 Rust 키워드
A - 키워드 - The Rust Programming Language (rinthel.github.io)
러스트 예약어 Reserved word - 1
Keywords- The Rust Reference (tistory.com)
러스트 예약어 Reserved word - 2
Rust Keywords(영문),예약어(Reserved Word) (tistory.com)
Cargo 기본 명령어
2장. Cargo 기본 명령어 :: 토니야 공부하자 (tistory.com)
[Rust개발필수확장]러스트❤️개발을 위한 VSCODE 필수 Extensions& Cargo 명령어 정리 -
https://economiceco.tistory.com/m/12263☆☆☆
프로그래밍 구성체
(Programming Contructs)
-코딩 한글-> 영어 용어 총정리
(Updating~)☆☆☆ -https://economiceco.tistory.com/m/4385
Rust- Ownership 이해 - 소유권
Rust 코딩 연습 자료(저 혼자 열심히 만들어 보았습니다.)
'코딩Coding/Rust연습' 카테고리의 글 목록 (tistory.com)
직접 코딩해 보기 -1
Rust Programming Tutorials (tistory.com)
직접 코딩해 보기 - 2
Rust Programming Tutorial (tistory.com)
Rust 첫 시작 설치 후 프로젝트를 만들어 보자!!
Rust연습_탐색기창에서VSCode불러오고TestRust프로젝트만들기(첫문서) (tistory.com)
각종 예제를 통해 Rust를 코딩해 보자 -쿡북 Cookbook
프로그램에 필요한 외부 의존 패키지를 추가하면 카고는 패키지가 등록된 '저장소(registry)'
러스트 개발자들이 다른 개발자들을 위한 오픈 소스 러스트 프로젝트들을 등록하는 곳.
Rust 커뮤니티-소통
한국 러스트(Rust) 사용자 그룹 (tistory.com)
Reddit 영문 커뮤니티
Rust공식 Youtube
www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA
러스트를 배워야 하는 이유 - 1 (f. Nomad Coders)
Rust(프로그래밍 언어)소개 이 언어가C, C++을 대체할 수 있을까? (tistory.com)
러스트를 배워야 하는 이유 - 2
www.codingworldnews.com/news/articleView.html?idxno=1875
Rust's Option❤️in One Figure -
https://economiceco.tistory.com/m/6140Rust ) Ownership Concept Diagram
Rust) Ownership Concept Diagram 러스트 오너쉽 개념 그림으로 이해하기 (tistory.com)
더 잘 정리된 버젼
https://github.com/usagi/rust-memory-container-cs
+3
Choose 'RefCell' if you want plain '&' references to the contained data.
On the other hand. 'Cell' will need 'Copy' or '.replace' and move operations.
+1
'mut T' is not a Type, this suggestion means to "be use the 'mut' keyword like a 'let mut x: T' for your binding if it needs mutability".
+2
'bool | int' means to "Boolean or Integral" that is Bool, I8, I16, I32, I64, Isize, U8, U16, U32, U64, Usize and Ptr.
프로그램이 운영체제로부터 할당받는 대표적인 메모리 공간(RAM)은 다음과 같다.
Rust용어)스택(stack)과 힙(heap) 개념 이해하기-소유권이해하기에 필수 (tistory.com)스택에 푸시하기 (pushing on the stack) data ++++
데이터를 추가하는 것을 스택에 푸시하기 (pushing on the stack)라고 부르고,
스택을 팝하기 (popping off the stack) data -----
데이터를 제거하는 것을 스택을 팝하기 (popping off the stack)라고 부릅니다.
힙 공간 할당하기(allocating on the heap)라고 부르고, 종종 그냥 "할당(allocating)"으로 줄여 부릅니다
자세한 내용은 밑에 링크 클릭!!
rinthel.github.io/rust-lang-book-ko/ch04-01-what-is-ownership.htmlRust Unsafe
Using unsafe 관련 글(The Rustonomicon=unsafe설명서Rust) -Reddit-learnrust -
https://economiceco.tistory.com/m/12557Rust 각종 뉴스 및 자료들- 최고 Let’s get rusty
https://letsgetrusty.kartra.com/page/XDk8
Rust for Beginners❤️-Microsoft Developer
https://economiceco.tistory.com/12871
stack&heap메모리개념잡기
https://youtu.be/OwQxo4sGVWo
깊은 복사 vs 얇은 복사 이해
shallow_copy__vs__deep_copy
https://youtu.be/J11bAkyMbN0
Understanding Ownership in Rust - Let's Get Rusty
https://www.youtube.com/watch?v=VFIOSWy93H0
https://youtu.be/VFIOSWy93H0
Rust소유권 규칙Ownership Rules &Borrowing rules
https://economiceco.tistory.com/12591Rust커뮤니티❤️(포럼, 디스코드)
https://economiceco.tistory.com/12874Rust커뮤니티❤️(레딧Reddit, Rust&LearnRust)
https://economiceco.tistory.com/12875
Rust for Beginners❤️-
Microsoft Developer(Eng.ver.)
https://economiceco.tistory.com/12871https://linuxhint.com/rust-programming-code-examples/
고급
Rust)❤️TheAlgorithms
러스트 알고리즘의 모든 것
❤️All⭐️Algorithms implemented in Rust - https://economiceco.tistory.com/m/13296
Rust]❤️Visualizing memory management in Rust
애니매이션으로 설정 잘 됨. -
https://economiceco.tistory.com/m/13314
Rust]❤️심도깊게
(String &str & 'static str &
❤️Converts a slice of bytes)
❤️`to_string()`
- https://economiceco.tistory.com/m/13280반응형'코딩Coding > Rust❤️Cheat_Sheet_그림❤️_syntax' 카테고리의 다른 글
Rust for Beginners❤️-Microsoft Developer (0) 2022.03.20 Rust최신정보❤️얻는 곳!!-공식 홈페이지에 있음 (0) 2022.02.07 RUST기본이해❤️굿!!Next Gen Networking Infrastructure with Rust (0) 2021.12.09 Lock-Free❤️to Wait-free Simulation in Rust (0) 2021.05.23 Rust) Ownership Concept Diagram 러스트 오너쉽 개념 그림으로 이해하기 (0) 2021.03.31 Getting started with ❤️ Rust❤️ (0) 2021.03.16 Rust's Option❤️in One Figure (0) 2020.12.16 Rust)❤️Channels (0) 2020.12.12