From 69f75fd34d8e4947dbe38431b6a816cd4cc40ac4 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 29 Dec 2022 11:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=BA=9B=E7=94=9F?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 29fadf1..dc81687 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,25 @@ Rust 语言在前端工具链的影响越来越大,目前可以看到 Next.js ## 生态 - https://github.com/actix/actix Actor framework for Rust +- https://github.com/async-rs/async-std Async version of the Rust standard library - https://github.com/rust-lang/cargo The Rust package manager +- https://github.com/crossbeam-rs/crossbeam Tools for concurrent programming in Rust +- https://github.com/denoland/rusty_v8 Rust bindings for the V8 JavaScript engine +- https://github.com/denoland/deno_lint Blazing fast linter for JavaScript and TypeScript written in Rust +- https://github.com/denoland/deno_bindgen Simplified glue code generation for Deno FFI libraries written in Rust. +- https://github.com/napi-rs/napi-rs A framework for building compiled Node.js add-ons in Rust via Node-API +- https://github.com/infinyon/node-bindgen Easy way to write Node.js module using Rust +- https://github.com/rayon-rs/rayon Rayon: A data parallelism library for Rust +- https://github.com/SergioBenitez/Rocket A web framework for Rust. +- https://github.com/Amanieu/parking_lot Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives. - https://github.com/rustdesk/rustdesk Yet another remote desktop software +- https://github.com/rust-lang/rust-bindgen Automatically generates Rust FFI bindings to C (and some C++) libraries. +- https://github.com/serde-rs/serde Serialization framework for Rust +- https://github.com/tauri-apps/tauri Build smaller, faster, and more secure desktop applications with a web frontend. +- https://github.com/tokio-rs/tokio A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... +- https://github.com/rustwasm/wasm-bindgen Facilitating high-level interactions between Wasm modules and JavaScript + + ## 工具