在Arduino Uno
上面跑 Rust 程序
很久之前,为了在 Arduino上跑 Rust,还必须安装专门经过改造支持 AVR 的 Rust 编译器 :rust-avr 。一个月之前,rust-avr 已经被合并到了 Rust master 分支,这意味着你在 Nightly 下就可以玩 Arduino了。
并且包含了一本新书 The AVR-Rust Guidebook :https://book.avr-rust.com/
rust-avr 项目官网:https://www.avr-rust.com/
这篇文章就是一个教程。
https://dev.to/creativcoder/how-to-run-rust-on-arduino-uno-40c0
via https://t.me/rust_daily_news/4495
关于Rust用于深度学习的讨论
讨论的挺火热的,就加上来了。
地址:https://www.reddit.com/r/rust/comments/igz8iv/deep_learning_in_rust/
rust机器学习工作组:https://github.com/rust-ml
和其他工作组一样有一个汇总网站:https://www.arewelearningyet.com/
可能会用到的库:①、https://github.com/raskr/rust-autograd ②、https://github.com/spearow/juice
Rapier物理引擎的性能测试
Rapier在前两天公布源码的同时还发布了这篇blog。
地址:https://www.dimforge.com/blog/2020/08/25/announcing-the-rapier-physics-engine/