The world's easiest Rust programming
This course will help you use the hottest language, Rust. You will be able to overcome Python's GIL and create fast-running code.
Rust
Rust
Python
Python

- Unresolved
가변 참조에 대한 주요 제약사항 퀴즈 문의
Rust에서 가변 참조(&mut)를 사용할 때 주요 제약사항은 무엇인가요?-> 동시에 여러 개의 가변 참조를 만들 수
rustjasonkim2096
・
8 months ago
0
56
2
- Unresolved
메모리 안전성에 대한 질문
슬라이드 내에서 메모리 안전성에 대해 "하나의 값에 대해서 하나의 코드만 접근한다" 라는 부분이 있던데, 단순히 lexical 하게 보았을 때를 의미하는건가요 아니면 memory operation이 항상 atomic 하
rustjasonkim2096
・
8 months ago
0
58
1
- Resolved
러스트로 파이썬 패키지 만들기 실습을 해보면 에러가 발생합니다
pipenv shell 환경에서 maturin develop 을 하면 아래와 같이 오류가 뜹니다(pyo3-9vp6XEz5) D:\D\Work\study\Rust\inflean\easy-rust\pyo3>maturin develop<s
pythonrustseunghunbaek3161
・
1
175
1

