14P by xguru 2021-05-17 | favorite | 댓글 3개

- 상속 : 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

Learn Rust With Entirely Too Many Linked Lists 라는 책(문서)도 있습니다.
https://rust-unofficial.github.io/too-many-lists/

아... 본문에 이 책에 대한 언급이 있네요. 댓글을 섣불리 달았습니다. 혹시 이 웹사이트에서는 댓글을 삭제하는 기능은 없는건가요?

댓글 삭제는 아이디 옆에 시간을 누르시면 그 안에서 delete/favorite/(downvote/flag) 등이 가능합니다.

근데 놔두셔도 될 거 같아요! ㅎㅎ