< 返回版块

洋芋 发表于 2021-06-20 02:05

Tags:rust, 日报

谷歌推进Linux内核中支持Rust语言的工作

谷歌财政支持 Miguel Ojeda,让他全职从事 Rust for Linux 和其他安全工作,在 Linux 内核中添加对 Rust 语言的支持,主要动机是提高内核的内存安全性。

同时,Miguel 最近发布了关于 Linux 内核中 Rust 支持的RFC

相关链接,https://www.memorysafety.org/blog/supporting-miguel-ojeda-rust-in-linux/

Rust for Linux项目GitHub链接,https://github.com/Rust-for-Linux/

cuda-oxide

cuda-oxide 是 CUDA 的安全包装器,使用它可以执行和协调 CUDA 内核。

CUDA是Compute Unified Device Architecture的缩写,是Nvidia开发的一项技术,可加速GPU计算流程。

Crate 链接,https://crates.io/crates/cuda-oxide

Github 链接,https://github.com/Protryon/cuda-oxide

Robyn

Robyn,Rust实现的异步 Python 后端框架。

from robyn import Robyn

app = Robyn()

@app.get("/")
async def h():
    return "Hello, world!"

app.start()

项目链接,https://sansyrox.github.io/robyn

Github 链接,https://github.com/sansyrox/robyn

Veloren 发布v0.10

Veloren v0.10发布博客链接,https://veloren.net/devblog-124/

益智游戏 Outer Wonders

Outer Wonders 是一款可爱又异想天开的益智游戏,在这款益智游戏中探索基于像素艺术异想天开的大自然,将扮演 Bibi,一只喜欢滚动的可爱圆猴。可以玩的演示有 7 个谜题,总共需要 15-30 分钟。

介绍如何构建的系列文章:

项目链接,https://utopixel.itch.io/outer-wonders


From 日报小组 洋芋

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页