Rust에서 할수 없는 것들과 대체 방법
(blog.logrocket.com)- 상속 : 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) 등이 가능합니다.
근데 놔두셔도 될 거 같아요! ㅎㅎ