随笔分类 -  Rust

摘要:# in project file cargo add rand extern crate rand; use rand::Rng; fn main() { let mut rng = rand::thread_rng(); // an unbiased integer over the entir 阅读全文
posted @ 2022-07-10 10:48 皮豪 阅读(602) 评论(0) 推荐(0) 编辑
摘要:![image](https://img2022.cnblogs.com/blog/2146100/202207/2146100-20220709222608261-1124286324.png) 阅读全文
posted @ 2022-07-09 22:26 皮豪 阅读(98) 评论(0) 推荐(0) 编辑
摘要:《Rust 烹饪书》https://llever.com/rust-cookbook-zh/intro.zh.html 《Rust高级编程》https://learnku.com/docs/nomicon/2018 《RustApp入门》https://learnku.com/docs/rust-i 阅读全文
posted @ 2022-06-28 20:49 皮豪 阅读(60) 评论(0) 推荐(0) 编辑
摘要:![image](https://img2022.cnblogs.com/blog/2146100/202206/2146100-20220625051952725-513067688.png) 阅读全文
posted @ 2022-06-25 05:19 皮豪 阅读(53) 评论(0) 推荐(0) 编辑