0
点赞
收藏
分享

微信扫一扫

【Rust日报】2020-06-09 - 《用Rust语言开发自己的编程语言》

他说Python 2022-06-27 阅读 68

免费网络书: 《用Rust语言开发自己的编程语言》


Free online book: Create your own programming language with Rust (early release)

​​https://createlang.rs/​​


免费网络书: 《用Rust语言开发自己的编程语言》。展现rust语言的强大和神奇魅力!

unFTP: When you need to FTP, but don't want to.


unFTP: When you need to FTP, but don't want to.

​​https://github.com/bolcom/unFTP​​


unFTP,当你需要FTP功能,但是你有不想启动FTP服务的应用,用Rust语言写成。建立在libunftp 和Tokio基础上具备asynchronous run-time,而且不需要像传统的FTP服务器那样启动:

  • Configurable Authentication (e.g. Anonymous, PAM or a JSON file).
  • Configurable storage back-ends (e.g. GCS or filesystem)
  • Integration with Prometheus for monitoring.

Tiberius 0.4发布, Rust语言开发的Microsoft SQL Server客户端程序


Announcing Tiberius 0.4, a Microsoft SQL Server Client

​​https://github.com/prisma/tiberius/​​


Tiberius 0.4发布, Rust语言开发的原生Microsoft SQL Server客户端程序。完全支持SQL Server特有的TDS数据库通讯协议。对MS SQL Server 2005及之后的版本,支持async/await调用。

This Month in Rust GameDev #10 - May 2020


This Month in Rust GameDev #10 - May 2020

​​https://rust-gamedev.github.io/posts/newsletter-010​​


本月的Rust语言编写的游戏活动和更新汇总:

  • Veloren
  • Paddlers
  • Garden
  • Sandbox
  • orb.farm
  • For The Quest
  • Crate Before Attack
  • Stellary
  • Dig Escape
  • Akigi
  • On FPS Game Progress #1
  • Life
  • Mind's Eye

mongo-rust-driver 1.0 正式发布

mongo-rust-driver 1.0 released ​​https://github.com/mongodb/mongo-rust-driver/pull/197​​ ​​https://crates.io/crates/mongodb​​

mongo-rust-driver 1.0 正式发布。

chardetng: 一个小而强悍的用于旧网页多语言字符编码的检测程序。


chardetng: A More Compact Character Encoding Detector for the Legacy Web

​​https://hsivonen.fi/chardetng/​​


chardetng: A More Compact Character Encoding Detector for the Legacy Web。一个小而强悍的用于旧网页多语言编码的检测程序。这是一个轻量的用rust语言写成的,用在Firefox上的字符编码检测程序。主要用于解决一个Chrome已经解决但是Firefox之前没有解决的非拉丁字符网页显示乱码的问题。

当web刚刚开始创建的时候,网页的内容往往ISO-8859-1拉丁字母,而后来逐渐字符集支持来自从操作系统的local设置,但是浏览器并不知道来自服务器端的字符集。所以最早的时候浏览器一直是提供一个菜单条让用户选择字符集。而谷歌在做Chrome的时候,沿袭了谷歌自己的搜索自动检测网页字符集的功能。这就造成有些网页 Chrome因为能自动检测内容的字符集而显示正常而Firefox因为不知道字符集而显示不正常。这就需要一个Firefox的字符集local探测程序。就是这个Chardetng。


举报

相关推荐

0 条评论