Bitfields Forever: Why we need a C-compatible Rust Crate
Rust中关于位运算编程的一篇综合性的文章,推荐阅读。
https://immunant.com/blog/2020/01/bitfields/
Security By Design, A Brief Introduction To Rust
从原理性的层面,讲Rust这个语言出身的环境,要解决的问题,以及从安全性出发进行的设计。推荐阅读。
https://medium.com/tadaweb/security-by-design-a-brief-introduction-to-rust-378060e45038
diffeq - 基础常微分方程解法器
Basic Ordinary Differential Equation solvers。
https://github.com/mattsse/diffeq
Units of Measure in Rust with Refinement Types
Rust在测量单位上的Refinement Types模式的开发尝试。
To this day, F# is the only mainstream programming language which provides first class support to make sure that you will not accidentally confuse meters and feet, euros and dollars, but that you can still convert between watts·hours and joules.
作者用Rust尝试了一下,发现还挺好使。不但好使,还挺快乐!
https://yoric.github.io/post/uom.rs/
--
From 日报小组 Mike
评论区
写评论还没有评论