这是来自 Code and Supply Lighting Talk
的一个演讲, 主题是如何 设计一个数据结构, 他能够在任意的系统和任意的嵌入式设备.
原文链接:https://tiemoko.com/slides/SafeAndPortableDataStructureDesign_CodeAndSupply_Dec2021.pdf
Youki 是一个用Rust编写的底层容器运行时,实现了OCI运行时规范。简单地说,youki是一个可以创建容器的命令行工具。您可能听说过的其他同类运行时包括 runc 和 crrun。当您使用Docker或Podman创建容器时,实际的容器创建被委托给 youki 这样的工具。
原文链接:https://www.utam0k.jp/en/blog/2021/12/27/youki_first_release/
作者使用 Rust + WASM 在浏览器中回执了一个会动的环面.
展示地址:https://parametric-surfaces.herokuapp.com/
源代码地址:https://github.com/solidiquis/parametric_surfaces
新增 cargo cache verify
, 将尝试在cargo载缓存中找到损坏或修改的 crates.
原文链接:https://www.reddit.com/r/rust/comments/rp0jb0/cargo_cache_080_released_now_with_cache_source/
作者详细描述了自己如何使用 Rust 编写 prometheus的 exporter 到存储和画图的过程.
原文链接:https://mateusfreira.github.io/@mateusfreira-writing-a-prometheus-exporter-in-rust-from-idea-to-grafana-chart/