-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MorseWayne edited this page Jan 26, 2024
·
18 revisions
Personal Learning Conclusion
- Rust语言:
- Rust练习: https://exercism.org/dashboard
- Rust库搜索: https://docs.rs/
- Rust调试: https://github.com/vadimcn/codelldb/blob/v1.9.2/MANUAL.md
- Rust中文手册: https://rustwiki.org/zh-CN/reference/introduction.html
- FFI系列:
- build.rs配置: https://learnku.com/docs/cargo-book/2018/build-scripts/4777
- rust和c++的相互调用: https://cxx.rs/index.html
Opaque Pointer in C++: https://www.geeksforgeeks.org/opaque-pointer-in-cpp/
- Claude: https://claude.ai/chat/
- https://labs.perplexity.ai/?utm_content=first_codellama&s=u&utm_source=twitter&utm_campaign=labs
- GIF录制:https://www.screentogif.com/
- RFC中文对照阅读: https://rfc2cn.com/
- Segment Fault问题定位:https://www.cnblogs.com/longjiang-uestc/p/10635135.html
- 智能指针循环引用: https://www.cnlzhnn.com/%E6%B5%85%E8%B0%88shared_ptr%E5%BE%AA%E7%8E%AF%E5%BC%95%E7%94%A8%E9%97%AE%E9%A2%98/
rust-analyzer, glibc version不兼容: https://github.com/rust-lang/rust-analyzer/issues/11808