Computer language and framework

[Rust] Rust 공부하면서 찾아본 링크들

WhiteGoblin 2024. 5. 8. 09:33
반응형

 

 

Rust 를 처음 했을때는 무슨 소리인지 모르겠었는데 지금은 조금은 그래도 매력을 느끼게 되는거 같습니다. 

그래서 헷깔리거나 모르겠는 것들이 많이 생길 때 찾아보고 이해가 되는 링크들에 대해서 조금 모아 보았습니다. 

* Array, Vec, Tuple, Struct 에 관하여 
https://users.rust-lang.org/t/when-to-use-each-of-array-vector-tuple-struct-enum-and-union-please/21712

 

When to use each of Array, Vector, Tuple, Struct, Enum and Union? please.

I am new to Rust, What are the favorite situations to use each of Array, Vector, Tuple, Struct, Enum and Union? please.

users.rust-lang.org

 

* Ownership 에 관해서 

https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html

 

What is Ownership? - The Rust Programming Language

Ownership is a set of rules that govern how a Rust program manages memory. All programs have to manage the way they use a computer’s memory while running. Some languages have garbage collection that regularly looks for no-longer-used memory as the progra

doc.rust-lang.org

 

* Rust options 를 사용해야 하는 이유

https://velog.io/@soopsaram/Rust-OptionT-%EB%A5%BC-%EC%8D%A8%EC%95%BC%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0

 

 

 

* 강의 관련된 링크 

혹시 러스트 공부를 하고 싶으시다면 저는 David Macleod 의 easy rust 시리즈를 추천합니다. 

https://buymeacoffee.com/mithridates

 

David MacLeod is making materials to learn the Rust programming language

Rust is said to have a steep learning curve, but it's well worth it and the compiler is so intuitive that (once you get used to it) it's more like a coding copilot than anything else. Living in Korea

buymeacoffee.com

 

한국어 버전도 있습니다. 

https://www.youtube.com/watch?v=W9DO6m8JSSs&list=PLfllocyHVgsSJf1zO6k6o3SX2mbZjAqYE&pp=iAQB

 

이 글은 링크가 추가될 때 마다 업데이트 될 것입니다.

반응형