Rust 非常通用,可以应用于很多领域,社区在不同的网站上做了很大努力来跟踪这些领域: www.arewewebyet.org[8]:即使没有像 Ruby on Rails 那样成熟的框架,你也可以用 Rust 构建 Web 应用!如果你想在 Web 开发的道路上继续探索,建议看看Rocket[9]框架。甚至还可以使用Juniper[10]来创建GraphQLAPI! www.arewegam...
is rust web yet?——整个web项目试试呗 打开官方的arewewebyet.org,我们可以看到官方认为rust在web开发方面已颇具规模,实际上本人也使用rust做web开发有一段时间了,对比有gc和动态类型的语言来说开发效率相对较低,但对比c++来说还是高了不少,性能方面倒是不用太过担心,毕竟用go写的web框架都敢说自己blazingly ...
正如arewewebyet.org所证实的,Rust 显然已经为Web做好了准备:首先,有tokio,一个异步运行时,它是Web应用程序的坚实且高性能的基础;其次,最重要的是,Rust已经有了成熟且维护良好的 Web 框架,例如axum和actix-web。所有相关数据存储以及 ORM 都有成熟的驱动程序;最后,可以找到涵盖构建 Web 应用程序的所有其...
概述Rust 生态慢慢发展壮大,虽然有 areweyet 系列网站可以查看一些领域的情况,但是我最近关注的 web framework 领域的 https://www.arewewebyet.org/ 却不怎么更新了, 那么为就自己来收集一下最新的信息,本文…
The Rust community has a number of websites dedicated to keeping track of the state of the ecosystem for specific purposes. (e.g.arewewebyetandarewelearningyet) This one tracks the state of the ecosystem for Game Development in Rust. ...
areweguiyet.com 页面中,我们可以看到大量的 GUI 库。我个人觉得比较有前景的跨平台解决方案是 tauri、druid、iced 和 sixtyfps。 tauri 是 electron 的替代品,如果你厌倦了 electron 庞大的身躯和贪婪的内存占用,但又喜欢使用 Web 技术栈构建客户端 GUI,那么可以试试 tauri,它使用了系统自身的 webview,再加上...
Website + Community effort to unlock the peer-to-peer web at arewedistributedyet.com Yes! 🎉🎉🎉 (but many projects are still work-in-progress) The Rust bioinformatics ecosystem contains general, easy-to-use crates like bio, along with a plethora of crates for specific tasks. ...
http://arewewebyet.com/ 然后,Mike还给出了一个使用iron web开发框架写的一个简单web网站的例子: https://github.com/shareknew/h5chat 这个例子中,用到了 web server, postgresql, redis,数据库连接池,redis连接池,连接间共享状态,URL路由,iron中间件,重定向,配置系统,ORM等特性,实现了用户注册登录,cookie会...
If you are not using Rust, egui is not for you. If you want a GUI that looks native, egui is not for you. If you want something that doesn't break when you upgrade it, egui isn't for you (yet). But if you are writing something interactive in Rust that needs a simple GUI, eg...
Pleasereport all bugs!We are happy to help support developers fix the bugs they find if they are interested and have the time. 🤓 Want to help translate? Translations can be submitted on theYew GitLocalize Repo. If you are interested in being the official moderator for a language, please...