Linus提议将Rust添加到Linux6.1内核
在欧洲开源峰会上,Linus Torvalds 宣布,他将在当天(在内核维护者峰会上)推动 Rust 进入即将推出的 6.1 Linux 内核。
网址:https://www.zdnet.com/article/linus-torvalds-rust-may-make-it-into-the-next-linux-kernel-after-all/
最爱的RustCLI
在 Reddit 上一个「你最爱的 Rust CLI 工具」的帖子,获得了不少人的关注。原帖内容如下:
最喜欢的 RustCLI 工具:
1. fd:另一个find
2. pastel:终端颜色显示
3. as-tree:另一个tree
4. bat:另一个cat
5. du-dust:另一个du
6. fnm:NodeJS 版本管理
7. kondo:清理node_modules
8. lsd:ls+颜色
9. zoxide:聪明的cd
10. mdcat:用于MD文档的cat
11. tokei:打印代码
12. navi:命令行CheatSheet
回复的帖子里也有很多不错的工具,比如 battop、btm、exa、rg、just 等等。感兴趣的读者可以通过下面的网址进一步了解。
网址:https://old.reddit.com/r/rust/comments/oygrp1/your_favorite_rust_cli_utility_i_have_my_top_10/
seaography:用于SeaORM的GraphQL框架
Seaography 是一个 GraphQL 框架,用于使用 SeaORM 实体构建 GraphQL 解析器。它附带一个 CLI 工具,可以从现有的 MySQL、Postres 和 SQLite 数据库生成可直接编译的 Rust GraphQL 服务。特点如下:
- 轻松快速上手。
- 生成可读的代码。
- 可扩展的项目结构。
- 基于流行的异步库:async-graphql 和 SeaORM。
文档:https://www.sea-ql.org/blog/2022-09-17-introducing-seaography/
GitHub:https://github.com/SeaQL/seaography
chartered:私有cargo仓库
Chartered 是一个私有的、带有身份验证的 Cargo 仓库。
文档:https://book.chart.rs/
GitHub:https://github.com/w4/chartered
##Polars 0.24.0 发布
本次版本包含许多错误修复、性能改进和附加功能。
Polars 是使用 Apache Arrow Columnar Format 作为内存模型在 Rust 中实现的高性能 DataFrame 库。
GitHub:https://github.com/pola-rs/polars/releases/tag/rust-polars-v0.24.0
基于Linux的终端游戏引擎
libConsoleGameEngine 是一个用于在 Linux 中创建基于角色的游戏的 API,目前包括:
- 创建游戏板(以字符为单位的矩形)。
- 绘制字符串,设置单元格并用块 Unicode 字符填充等功能。
- 从非阻塞键盘读取输入的功能。
GitHub:https://github.com/coderarjob/libConsoleGameEngine
From 日报小组 长琴
社区学习交流平台订阅:
评论区
写评论还没有评论