niko 博客地址https://smallcultfollowing.com/babysteps/ Rust语言中文社区: 爱国的张浩予 - Rust语言中文社区 Rust cloned方法: https://stackoverflow.com/questions/31217518/why-does-cloned-allow-this-function-to-compile Rust 错误处理: Using unwrap() in Rust is Okay - Andrew Gallant’s Blog Rust 基础内容博客: 架构小白|青蛙小白|关注程序开发、互联网技术、云原生 Rust prelude: https://rust.ffactory.org/std/prelude/index.html Rust 内置trait https://ipotato.me/article/59 Rust 性能手册 https://nnethercote.github.io/perf-book/title-page.html
Rust web服务课程: https://bestia.dev/ 陈浩Rust语言的编程范式:https://coolshell.cn/articles/20845.html 可视化 Rust 各数据类型的内存布局 https://github.com/rustlang-cn/Rustt/blob/main/Articles/%5B2022-05-04%5D%20%E5%8F%AF%E8%A7%86%E5%8C%96%20Rust%20%E5%90%84%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B%E7%9A%84%E5%86%85%E5%AD%98%E5%B8%83%E5%B1%80.md Rayn Miller 优势算法题例如二叉树,链表等文章比较好 Rust·算法·图 - Rayn Miller Rust图算法 Rust 宏相关博客: + https://jedsek.xyz/categories/rust-decl-macro Rust leetcode 标准库 GitHub - pretzelhammer/rust-blog: Educational blog posts for Rust beginners Rust 生命周期: http://smallcultfollowing.com/babysteps/blog/2016/04/27/non-lexical-lifetimes-introduction/ rustc开发指南:https://rustc-dev-guide.rust-lang.org/stability.html 用Actix写的一个类似于Facemash的小项目总结: https://rustcc.cn/article?id=bafc76f0-1d85-40b1-a551-bb635e3fd37d Are we web yet?: https://www.arewewebyet.org 代码写明 Rust 中的泛型型变: https://rustcc.cn/article?id=698f0ff0-c96d-4686-89d4-af71f5656051 ### Rio 一个实验性的微型异步运行时 Rio 是作为一个实验性的,所谓 hello async world async 运行时诞生的,但它希望在未来能作为 rust 一个可选的异步运行时。 Rio 在GitHub上的网址是:https://github.com/vincenzopalazzo/rio,架构分为:
  • rio_rt: Rio最小的异步运行时间
  • rio_io: 来自异步IO可移植性建议的Rio异步IO(正在进行中)
  • rio_lib:Rio实验性标准库(正在进行中)

ReadMore: https://blog.hedwing.dev/async-rust/rio

使用 Rust 编写解释型语言: https://rust-hosted-langs.github.io/book/introduction.html

这是一篇从语言级别上介绍 Rust 的所有权和生命周期的文章: https://blogs.harvard.edu/kapolos/rusty-ownership-and-the-lifecycles-stone/

透过 rust 探索系统的本原:并发篇: https://mp.weixin.qq.com/s/9g0wVT-5PpmXRoKJZo-skA

rust算法:https://algos.rs/

rust cookbook: https://rustwiki.org/zh-CN/rust-cookbook/intro.html

Rust中Future执行底层探秘: https://rustcc.cn/article?id=720e246e-4378-47c2-ad7d-76ba05a1b05e

rust标准库相关

Rust标准库代码分析: https://github.com/Warrenren/inside-rust-std-library

Rust基本trait: https://rustmagazine.github.io/rust_magazine_2021/chapter_7/rusts-standard-library-traits.html

Rust Subtyping and Variance: https://zhuanlan.zhihu.com/p/525175176

Cargo test println! 输出

https://rustcc.cn/article?id=5e9e0755-c819-4bde-b07c-549a3551affd

lifetimekaka: rust声明周期挑战: https://tfpk.github.io/lifetimekata/index.html)

rust 官方用户论坛: https://users.rust-lang.org)

Rust 大佬给初学者的学习建议

https://aimerneige.com/zh/post/rust/re-learning-rust-in-2022/

Rust 模块系统的清晰解释: https://www.sheshbabu.com/posts/rust-module-system/

Rust圣经: https://course.rs/about-book.html

rust学习:https://rustycab.github.io/LearnRustEasy/

rust类型体操:https://www.skyzh.dev/blog/2022-01-22-rust-type-exercise-in-database-executors/

rust web框架:https://www.shuttle.rs/blog/2023/08/23/rust-web-framework-comparison