当前位置:网站首页>【Rust日报】2021-01-22 首份Rust月刊杂志邀请大家一起参与
【Rust日报】2021-01-22 首份Rust月刊杂志邀请大家一起参与
2022-06-30 09:46:00 【51CTO】
首份Rust月刊杂志邀请大家一起参与
张汉东老师打算今年搞一份Rust完全开源的中文电子杂志:中文名《Rust 精选》,英文名《Rust Magazine》。
在线阅读地址:https://rustmagazine.github.io/rust_magazine_2021/index.html
预计每个月最后一天正式发刊,首发于 Rust 中文社区的各个渠道(论坛、公众号),当然也包括 Rust 视界TG频道。
欢迎大家来投稿,每个月总得给自己一个静下心来总结和输出的机会吧。
期待你的干货,直接给RustMagazine GitHub 仓库发 PR 就可以了。
希望这份杂志能成为连接公司、社区、高校、学术界和个人的一个开源的纽带。
链接:https://github.com/RustMagazine/rust_magazine_2021
【重磅】微软发布了 Rust for Windows crate
在windows crate中,你可以使用直接从描述API的元数据中生成的代码来调用过去、现在和未来的任何windows API。
链接:https://kennykerr.ca/2021/01/21/rust-for-windows/
Github: https://github.com/microsoft/windows-rs
structsy 0.3发布
structsy是一个用来持久化struct/enum的可嵌入式数据库。好像应用场景不是很明确,大家可以看看。
use structsy_derive::{Persistent, PersistentEmbedded};
#[derive(Persistent)]
struct Example {
desc :String,
embedded: EmbeddedExample,
}
#[derive(PersistentEmbedded)]
struct EmbeddedExample {
embedded_desc: String,
}
链接:http://structsy.rs/release03.html
relnotes
EmbarStudio开发的自动生成项目release note的小工具。
Github:https://github.com/EmbarkStudios/relnotes
This Week in Rust 374
链接:https://this-week-in-rust.org/blog/2021/01/20/this-week-in-rust-374/
--
社区学习交流平台订阅:
- Rustcc论坛: 支持rss
- 微信公众号:Rust语言中文社区
边栏推荐
- Appium automation test foundation - ADB shell command
- G code explanation | list of the most important G code commands
- Robot system dynamics - inertia parameters
- Who should the newly admitted miners bow to in front of the chip machine and the graphics card machine
- Leetcode question brushing (IV) -- greedy thought (go Implementation)
- 记一次实习的经历,趟坑必备(一)
- MIT-6874-Deep Learning in the Life Sciences Week4
- “昆明城市咖啡地图”活动再度开启
- 长城数艺数字藏品平台发布创世徽章
- MySQL index, transaction and storage engine of database (3)
猜你喜欢

著名画家史国良《丰收时节》数字藏品上线长城数艺

The URL copied by the browser and pasted into the document is a hyperlink

Great Wall digital art digital collection platform releases the creation Badge

二极管如何工作?

6.Redis新数据类型

Nlopt -- Nonlinear Optimization -- principle introduction and application method

UAV project tracking record 83 -- PCB diagram completion

Detailed explanation of commissioning methods and techniques

6. Redis new data type

Yixian e - commerce publie un rapport trimestriel: adhérer à la R & D et à l’investissement de la marque, réaliser un développement durable et de haute qualité
随机推荐
"Kunming City coffee map" activity was launched again
Leetcode question brushing (IV) -- greedy thought (go Implementation)
About the split and join operations of strings
从0使用keil5软件仿真调试GD32F305
6.Redis新数据类型
JS get the substring of the specified character position and the specified character position interval of the specified string [simple and detailed]
[JVM] brief introduction to CMS
技能梳理[email protected]+adxl345+电机震动+串口输出
South China Industrial Group launched digital economy and successfully held the city chain technology conference
Regular expression Basics
Jinbei LT6 is powerful in the year of the tiger, making waves
The rising star of Goldshell STC box
‘Failed to fetch current robot state‘ when using the ‘plan_kinematic_path‘ service #868
Test memory read rate
Dyson design award, changing the world with sustainable design
MySQL advanced SQL statement of database (2)
train_de.py: error: argument --save_steps: invalid int value: ‘$[$[889580/128/4]*10/2]‘
MySQL index, transaction and storage engine of database (1)
[AGC] build service 3- authentication service example
Basic MySQL operation commands of database