摘要: 原文标题:Macros in Rust: A tutorial with examples 原文链接:https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/ 公众号: Rust 碎碎念 翻译 by: Praying Ru 阅读全文
posted @ 2021-03-11 21:03 Praying 阅读(2866) 评论(0) 推荐(2) 编辑
摘要: 原文标题:Macros in Rust: A tutorial with examples 原文链接:https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/ 公众号: Rust 碎碎念 翻译 by: Praying 在本 阅读全文
posted @ 2021-02-27 21:59 Praying 阅读(4147) 评论(0) 推荐(1) 编辑
摘要: 原文标题:Async/Await 原文链接:https://os.phil-opp.com/async-await/#multitasking 公众号: Rust 碎碎念 翻译 by: Praying Executors and Wakers 使用 async/await,可以让我们以一种全完异步的 阅读全文
posted @ 2021-02-08 13:27 Praying 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 原文标题:Async/Await 原文链接:https://os.phil-opp.com/async-await/#multitasking 公众号: Rust 碎碎念 翻译 by: Praying Pinning 在本文中我们已经与pinning偶遇多次。现在终于可以来讨论pinning是什么以 阅读全文
posted @ 2021-02-01 22:35 Praying 阅读(784) 评论(0) 推荐(2) 编辑
摘要: 原文标题:Async/Await 原文链接:https://os.phil-opp.com/async-await/#multitasking 公众号: Rust 碎碎念 翻译 by: Praying Async/Await 模式(The Async/Await Pattern) async/awa 阅读全文
posted @ 2021-01-20 20:17 Praying 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 原文标题:Async/Await 原文链接:https://os.phil-opp.com/async-await/#multitasking 公众号: Rust 碎碎念 翻译 by: Praying Rust 中的 Async/Await Rust 语言以 async/await 的形式对协作式多 阅读全文
posted @ 2021-01-17 20:35 Praying 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 原文标题:Async/Await 原文链接:https://os.phil-opp.com/async-await/#multitasking 公众号: Rust 碎碎念 翻译 by: Praying 在本文中我们将讨论协作式多任务(cooperative multitasking)和 Rust 中 阅读全文
posted @ 2021-01-16 20:17 Praying 阅读(803) 评论(0) 推荐(2) 编辑
摘要: 原文标题:Understanding Rust Lifetimes 原文链接:https://medium.com/nearprotocol/understanding-rust-lifetimes-e813bcd405fa 公众号: Rust 碎碎念 翻译 by: Praying 从 C++来到 阅读全文
posted @ 2021-01-06 21:36 Praying 阅读(2411) 评论(1) 推荐(2) 编辑
摘要: 原文标题:Study of std::io::Error 原文链接:https://matklad.github.io/2020/10/15/study-of-std-io-error.html 公众号: Rust 碎碎念 翻译 by: Praying 在本文中,我们将剖析 Rust 标准库中的st 阅读全文
posted @ 2020-12-30 17:42 Praying 阅读(1279) 评论(0) 推荐(2) 编辑
摘要: 原文标题:Understanding Futures in Rust -- Part 2 原文链接:https://www.viget.com/articles/understanding-futures-is-rust-part-2/ 公众号: Rust 碎碎念 翻译 by: Praying 背景 阅读全文
posted @ 2020-12-23 16:31 Praying 阅读(1372) 评论(3) 推荐(2) 编辑