Tauri v1.3发布 - NSIS installer, security audit & External API Access
新的版本增强了Windows下的安装方式,对Tauri的代码进行了安全性审计,添加了外部API访问等特性,向成熟又迈进了一步。
https://tauri.app/blog/2023/05/03/tauri-1-3/
使用Deno在Rust程序中运行JavaScript
把Js当脚本,在Rust应用程序中运行,嵌了一个Deno运行时。
https://austinpoor.com/blog/js-in-rs?ref=reddit
Rust杂志第三期出炉
本期有这些精彩的文章:
- How Rust Search Extension Indexes Top 20k Crates
- Bridging Async and Sync Rust Code - A lesson learned while working with Tokio
- Interview with @robjtede
- Pursuit of Performance on Building a JavaScript Compiler
- Comprehensive Understanding of Unsafe Rust
- Is Zig safer than Unsafe Rust?
- Optimizing Compilation for Databend
- TaskStatsAlloc: Fine-grained memory statistics in Rust
https://rustmagazine.org/issue-3/
pointless - 使用Rust和React构建的画板
用的Tauri做客户端。
https://github.com/kkoomen/pointless
一个ASCII码游戏引擎
https://crates.io/crates/mage-core
From 日报小组 Mike
社区学习交流平台订阅:
- Rust.cc 论坛: 支持 rss
- 微信公众号:Rust 语言中文社区
1
共 1 条评论, 1 页
评论区
写评论tauri-cliv1.2.3的时候windows下会有点权限上的问题。
v1.3.0就没啥问题了。