Rust-weekly-2019-05-09

krircc · · 1975 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

> ????????>欢迎参与Rust中文:Rust-weekly [参与入口](https://github.com/rustlang-cn/weekly/blob/master/Rust-weekly-next.md),本文同步于[Rust-weekly-2019-05-09](http://47.104.146.58/a/free/theme/62) ## 新闻 1. [Actix系列在最新的Web框架性能排行榜实现所有选项屠榜](https://www.techempower.com/benchmarks/#section=test&runid=021dbe49-bcc4-4ea5-8475-50e9ed8e572f&hw=ph&test=fortune) 2. [The RustBridge Roadmap for 2019](https://p.veb.cool/phame/live/1/post/1/the_rustbridge_roadmap_for_2019/) 3. [This week in Amethyst 16](https://amethyst.rs/blog/twia-16/) 4. [A final proposal for await syntax](https://boats.gitlab.io/blog/post/await-decision/) 5. [This Week in Rust 285](https://this-week-in-rust.org/blog/2019/05/07/this-week-in-rust-285/) ## 文章 - [**用Wasmer进行插件开发1 - Rust中文阅读**](https://rustlang-cn.org/read/05/wasmer-plugin-pt-1.html) 1. [理解 Rust 中的 Closure](https://zhuanlan.zhihu.com/p/64417628) 2. [试试看 - 搭建自己的 Rust Cargo Crate 反向代理源](https://zhuanlan.zhihu.com/p/64253975) 3. [RUST语言在Windows上的编译安装(GCC ABI)](https://www.jianshu.com/p/a6e3b9ffa9d9) 4. [Windows Linux子系统使用rustup重新安装Rust](https://my.oschina.net/yushulx/blog/3043452) 5. [Rust parallelism for non-C/C++ developers](https://medium.com/nearprotocol/rust-parallelism-for-non-c-c-developers-ec23f48b7e56) 6. [Extending Python with Rust](https://medium.com/@p_chhetri/extending-python-with-rust-84e9299d34c1) 7. [Rust: How to build a Docker image with private Cargo dependencies](https://medium.com/@c_ameron/rust-how-to-build-a-docker-image-with-private-cargo-dependencies-ab91c25c4301) 8. [Explained: Futures in Rust for Web Development](https://dev.to/gruberb/explained-rust-futures-for-web-development-a10) 9. **用Rust写脚本语言** - [(一):一切存在皆对象](https://zhuanlan.zhihu.com/p/64638093) - [(二):垃圾收集器](https://zhuanlan.zhihu.com/p/64670554) - [(三):作用域与栈帧](https://zhuanlan.zhihu.com/p/64753445) - [(四):插播一则通知和一个脑洞](https://zhuanlan.zhihu.com/p/64791746) - [(五):方法对象](https://zhuanlan.zhihu.com/p/64819427) - [(六):休养生息](https://zhuanlan.zhihu.com/p/64877547) - [(七):迈向多线程的准备——初级阶段](https://zhuanlan.zhihu.com/p/65039985) 10. **从零开始写 OS** - [(0) —— 随便聊聊](https://zhuanlan.zhihu.com/p/58513043) - [(1) —— 独立式可执行程序](https://zhuanlan.zhihu.com/p/58403552) - [(2) —— 最小化内核](https://zhuanlan.zhihu.com/p/58405934) - [(3) —— 格式化输出](https://zhuanlan.zhihu.com/p/58624219) - [(4) —— Trap](https://zhuanlan.zhihu.com/p/59396120) - [(4-1) —— 中断跳转](https://zhuanlan.zhihu.com/p/59485039) - [(5) —— 时钟中断](https://zhuanlan.zhihu.com/p/61092537) - [(6) —— 页表简介](https://zhuanlan.zhihu.com/p/61430196) - [(7) —— 内存分配](https://zhuanlan.zhihu.com/p/63016808) - [(8) —— 创建页表](https://zhuanlan.zhihu.com/p/63017818) - [(9) —— 内核线程](https://zhuanlan.zhihu.com/p/64970304) 11. [Kubernetes operators in rust](https://clux.github.io/probes/post/2019-04-29-rust-on-kubernetes/) 12. [Using Rust for Gamedev](https://medium.com/@michelotti.matthew/using-rust-for-gamedev-2f60b0e4cc5c) 13. [6 useful Rust macros that you might not have seen before](https://blog.usejournal.com/6-useful-rust-macros-that-you-might-not-have-seen-before-59d1386f7bc5) 14. [World's First Private Cargo Registry w/ Cloudsmith + Rust](https://blog.cloudsmith.io/2019/05/01/worlds-first-private-cargo-registry/) 15. [如何理解 rust 中的 Sync、Send?](https://zhuanlan.zhihu.com/p/64699643) 16. [[译] Rust如何解决依赖地狱](https://segmentfault.com/a/1190000019046091) 17. [Compile-time coprocessor codegen, with Rust macros](https://guiand.xyz/blog-posts/macro-assembly-codegen.html) 18. [Rust Patterns: Enums Instead Of Booleans](http://blakesmith.me/2019/05/07/rust-patterns-enums-instead-of-booleans.html) 19. [How to build sitemap for images with Rust](https://medium.com/@steadylearner/how-to-build-sitemap-for-images-with-rust-a8d4446e21af) 20. [Cross-platform Rust](https://medium.com/visly/cross-platform-rust-406fddd0185b) 21. [Writing your first WebAssembly Project](https://medium.com/appsflyer/writing-your-first-webassembly-project-2a2d86b20e8f) 22. [How to use datas to build sitemap with Rust Diesel](https://medium.com/@steadylearner/how-to-use-datas-to-build-sitemap-with-rust-diesel-444b3b1a9d49) 23. [2D Graphics on Modern GPU](https://raphlinus.github.io/rust/graphics/gpu/2019/05/08/modern-2d.html) 24. [Hawk-Rust Series: Kafka with Rust](https://blog.knoldus.com/hawk-rust-series-kafka-with-rust/?utm_source=tuicool&utm_medium=referral) 25. [HAWK-Rust Series: Automate Infrastructure using Terraform](https://blog.knoldus.com/hawk-series-automate-infrastructure-using-terraform/?utm_source=tuicool&utm_medium=referral) 26. [Hawk: Image Recognition Application using Rust and AWS Services](https://blog.knoldus.com/hawk-image-recognition-project-using-rust-and-aws-services/?utm_source=tuicool&utm_medium=referral) 27. [WebAssembly, Rust, and Edge Computing](https://perevillega.com/webassembly-rust-edge-computing?utm_source=tuicool&utm_medium=referral) 28. [Another Way of Creating struct Instances in Rust](https://dzone.com/articles/another-way-of-creating-struct-instances-in-rust?utm_source=tuicool&utm_medium=referral) 29. [I underestimated the dangers of Rust FFI](https://blog.debiania.in.ua/posts/2019-05-05-i-underestimated-the-dangers-of-rust-ffi.html?utm_source=tuicool&utm_medium=referral) ## Crates 1. [vtext](https://github.com/rth/vtext) - NLP in Rust with Python bindings 2. [microamp](https://github.com/japaric/microamp) - A (micro) framework for building bare-metal AMP (Asymmetric Multi-Processing) applications 3. [Graphene](https://github.com/Toure/Graphene) - A backup solution for the distributed enterprise platforms of today. 4. [shipcat](https://github.com/Babylonpartners/shipcat) - A standardisation tool and security layer on top of kubernetes to config manage microservices 5. [quiche](https://github.com/cloudflare/quiche) - quiche is an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF 6. [trybuild](https://github.com/dtolnay/trybuild) - Test harness for ui tests of compiler diagnostics 7. [tobj](https://github.com/Twinklebear/tobj) - Tiny OBJ Loader in Rust 8. [finshir](https://github.com/Gymmasssorla/finshir) - A coroutines-driven Low & Slow traffic sender, written in Rust ## Rust相关 1. [【编程】Rust 教程 | 中文字幕 - 系列视频](https://space.bilibili.com/331415319?spm_id_from=333.788.b_765f7570696e666f.2) 2. [Rust and Tell April 2019: Lin Clark - WASI](https://www.youtube.com/watch?v=TAHlOGNuQc4) 3. [rusty-typescript](https://github.com/yever/rusty-typescript) - A TypeScript compiler written in Rust. 4. [Stefan Schindler: Parallel Programming with Thread pools and iterators](https://www.youtube.com/watch?v=fi4hsbijVxU) ## Rust中文 - ISSUES - 上周发布了10个问题。其中10个问题已经结束,0个问题仍然存在。 - PULL-REQUESTS - 上周,创建,更新或合并了9个拉取请求。 - COMMITS - [rustlang-cn](https://github.com/rustlang-cn/rustlang-cn) -上周有48次提交。 - [weekly](https://github.com/rustlang-cn/weekly) - 上周有30次提交。 - CONTRIBUTORS - [Hevienz](https://github.com/Hevienz) - [krircc](https://github.com/krircc) - [suhanyujie](https://github.com/suhanyujie) - [yangwenmai](https://github.com/yangwenmai) ????????????这就是上周Rust中文的Github情况,请**Watch**和**Star**在Rust中文的Github仓库!以接收下周的每周更新。???????????? ## One More Thing(有趣) 1. [GNU Guix 1.0.0 released](https://www.gnu.org/software/guix/blog/2019/gnu-guix-1.0.0-released/) 2. [flow9: a cross-platform modern UI for Web, iOS, Android, Windows, Mac, Linux android ios linux mac web windows](https://flow9.org/) 3. [llvm-mca - LLVM Machine Code Analyzer](https://llvm.org/docs/CommandGuide/llvm-mca.html) 4. [A Reading List for Computer Scientists](http://john.regehr.org/reading_list/) 5. [Algebraic Data Types in four languages](https://link.medium.com/Lu8B7iyMqW) 6. [Microsoft launches React Native(C++)for Windows](https://techcrunch.com/2019/05/06/microsoft-launches-react-native-for-windows/amp/?__twitter_impression=true) 7. [Announcing WSL 2](https://devblogs.microsoft.com/commandline/announcing-wsl-2/) 8. [Remote Development with VS Code](https://code.visualstudio.com/blogs/2019/05/02/remote-development) 9. [The 5.1 kernel has been released](https://www.solidot.org/story?sid=60502&utm_source=tuicool&utm_medium=referral) 10. [微软宣布 .NET 5 计划,支持跨平台、移动开发](https://www.oschina.net/news/106482/dotnet-5-plan?utm_source=tuicool&utm_medium=referral) 11. [Google Keynote (Google I/O'19)](https://www.youtube.com/watch?v=lyRPyRKHO8M) 12. [Google I/O 2019 full Livestream](https://www.youtube.com/watch?v=PWL7uUWh-xc) 13. [Microsoft Build 2019 - LIVE Stream - Day 1 (May 6)](https://www.youtube.com/watch?v=d3LHo2yXKoY) 14. [Microsoft Build 2019 // Vision Keynote + Imagine Cup World Championship](https://www.youtube.com/watch?v=ZbpjLchrYgw) 15. [WebAssembly. Neither Web Nor Assembly, All Revolutionary](https://www.youtube.com/watch?v=UtjoaTfbdcA)

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1975 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传