Async-graphql是用 Rust 语言实现的 GraphQL 服务端库。它完全兼容 GraphQL 规范以及绝大部分的扩展功能,类型安全并且高性能。 你可以用 Rust 语言的方式来定义 Schema,过程宏会自动生成 GraphQL 查询的框架代码,没有扩展 Rust 的语法,意味着 Rustfmt 可以正常使用,我很看重这一点,这也是为什么我会开发Async-graphql的原因之一。
最近更新: 接近2年前axum 基于Tokio和Hyper打造,模块化设计较好,目前口碑很好,值得使用Ergonomic and modular web framework built with Tokio, Tower, and Hyper.
最近更新: 2年前Rust桌面UI框架。 Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms.
最近更新: 2年前MIO = Meta IO,是一个底层IO库,往往用于构建其它网络库,当然如果你对应用网络性能有非常极限的要求, 可以考虑它,因为它的层次比较低,所带来的抽象负担小,所以性能损耗小。
最近更新: 2年前Rust library for fast image resizing with using of SIMD instructions.
最近更新: 2年前This crate provides basic image processing functions and methods for converting to and from various image formats.
最近更新: 2年前Rust implementation of grpc-web protocol that allows using tonic in browsers via webassembly.
最近更新: 2年前