< 返回版块

Cupnfish 发表于 2021-05-20 18:16

翻译:Play with Rust easily - 轻松玩转Rust

翻译自 Play with Rust easily

作者 : Wilfried Kopp aka. Chevdor

译者: SidneyZhang

Read More: https://rustcc.cn/article?id=9f5fcc94-4291-4929-8f31-02c89565642f

教程:Infinite Mixture Model in Rust with rv 0.12

– 用极其有用的编程语言构建极其有用的模型。

无限混合模型(Infinite mixture model)是我们最喜欢的统计模型之一。它使用非参数混合模型(non-parametric Mixture model)逼近任意的概率分布。它可以用于回归、分类和聚类。另外,rust 是我们最喜欢的编程语言。它是高效、安全和有趣的。 在这篇文章中,我们将在高层次上遍历无限混合模型(Infinite mixture model),并使用 rv 这个库在 Rust 中实现一个。

Read More: https://redpoll.ai/blog/imm-with-rv-12/

Crates.io: https://crates.io/crates/rv

允许在解析时在键值属性中使用任意表达式将在1.54版本中稳定

简而言之,以下情况将被允许:

#[doc = include_str!("my_doc.md")]
struct S;

#[path = concat!(env!("OUT_DIR"), "/generated.rs")]
mod m;

Read More: https://github.com/rust-lang/rust/pull/83366

相关blog: https://internals.rust-lang.org/t/macro-expansion-points-in-attributes/11455

Alacritty 发布 v0.8版本

Alacritty 是一个Rust编写的,快速、跨平台的OpenGL 终端模拟器,。

alacritty

Read More: https://github.com/alacritty/alacritty/releases/tag/v0.8.0

微软发布windows v0.9,具有对Windows API的“全面消费支持”

windows 这个crate之前周报有介绍过,是微软官方的Windows API,此前的替代品是winapi

Read More: https://www.theregister.com/2021/05/10/rust_for_windows

本周引语

我常常将 Rust 视为开发编程语言的工艺和社区,而非编程语言自身。

throwaway894345 发表于hacker news

Read More:https://this-week-in-rust.org/blog/2021/05/19/this-week-in-rust-391/

中文: https://blog.budshome.com/budshome/rust-guan-fang-zhou-bao-391-qi-(2021-05-19)

From 日报小组 Cupnfish

社区学习交流平台订阅:

评论区

写评论
harlanc 2021-05-24 10:33

看着像VIM?

--
👇
Mike Tang: 这个编辑器配色是啥?好漂亮啊。

Mike Tang 2021-05-20 22:39

这个编辑器配色是啥?好漂亮啊。

1 共 2 条评论, 1 页