< 返回版块

ChaosBot 发表于 2018-06-09 11:49

Tags:rustnews

deno作者回复了为什么不用Rust:

「It’s a good question - this is a prototype to see if the TS+ url import + message passing is viable. I’m currently evaluating rust and other tech for the next sprint. Update soon.」

issues


基于gfx-portability来运行dota2

只是一张截图,不是教程


may作者搞的区块链项目Trustnote,是基于Rust重构的nodejs的区块链项目

rust-trustnote


招聘贴:量子链Qtum招Rust区块链开发者

原文


一个验证库


#[derive(Debug, Validate, Deserialize)]
struct SignupData {
    #[validate(email)]
    mail: String,
    #[validate(phone)]
    phone: String,
    #[validate(url)]
    site: String,
    #[validate(length(min = "1"), custom = "validate_unique_username")]
    #[serde(rename = "firstName")]
    first_name: String,
    #[validate(range(min = "18", max = "20"))]
    age: u32,
}

validator


集成Rust和QML:在编译时创建QMetaObject

原文


东北大学(国外那个Northeastern University)又发文了

介绍了他们为Rust设计正式语义的工作,它们从Rust语言中提纯了一个完整的语义模型,和国内有人搞的krust有点相似

PDF


讨论贴: 你认为Rust未来五年内会像Go那样成长吗?

我的观点:会 。(带节奏) 你怎么看? 看看其他人怎么说

原文


Debian开发人员正在打包Rust crate

原文


使用Rust和Qt完成一个Todo List

原文


Rust+Wasm做的游戏

用的这个库 :https://github.com/SergiusIW/gate

暂时未见开源

在线Play


评论区

写评论

还没有评论

1 共 0 条评论, 1 页