为什么2020年应该是您学习Rust的一年?
Rust是一种以安全和速度为主要目标而开发的系统编程语言。 它是一种具有高度并发性的现代语言,具有快速发展的社区。 如果您正在寻找一种新的语言来学习,则应认真考虑Rust。 这篇文章讨论了Rust的优势以及为什么2020年应该成为您学习Rust的一年。
Multiversion 0.3.0 , now with conditional compilation
What is function multiversioning?
Many CPU architectures have a variety of instruction set extensions that provide additional functionality. Common examples are single instruction, multiple data (SIMD) extensions such as SSE and AVX on x86/x86-64 and NEON on ARM/AArch64. When available, these extended features can provide significant speed improvements to some functions. These optional features cannot be haphazardly compiled into programs--executing an unsupported instruction will result in a crash.
更多信息参见 multiversion
reqwest v0.10发布 (high-level HTTP client)
reqwest: 一个简单而强大的Rust HTTP客户端.
From 日报小组 @joshsulin
日报订阅地址:
独立日报订阅地址:
社区学习交流平台订阅:
评论区
写评论还没有评论