Tech News

제목Rust에서 할수 없는 것들과 대체 방법2021-05-18 22:40
작성자 Level 10

Things you can’t do in Rust (and what to do instead) - LogRocket Blog 


- 상속 : Traits, ambassador crate, deref, spez crate

- 더블 링크드 리스트와 포인터 기반 자료구조 : 직접 구현하지 말고 표준 라이브러리의 LinkedList 이용, 그래프는 petgraph crate

- Self-referencing 타입들 : ouroboros / self_cell / one_self_cell 등의 crate

- Global mutable state : unsafe, Mutex, OnceSell, lazy_static

- Array 초기화 : let (두번 초기화), unsafe

G
M
T
Text-to-speech function is limited to 200 characters
댓글
자동등록방지
(자동등록방지 숫자를 입력해 주세요)