All Projects → rustlang-cn → Rustlang Cn

rustlang-cn / Rustlang Cn

Licence: mit
Rust中文

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rustlang Cn

nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (-89.75%)
Mutual labels:  tokio
rodbus
Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java
Stars: ✭ 34 (-87.99%)
Mutual labels:  tokio
lifeline-rs
A dependency injection library for message-based applications
Stars: ✭ 32 (-88.69%)
Mutual labels:  tokio
mirdb
MirDB: A Persistent Key-Value Store with Memcached protocol.
Stars: ✭ 75 (-73.5%)
Mutual labels:  tokio
rust-cardano-ouroboros-network
Rust implementation of networking layer for the Ouroboros blockchain protocol using Tokio framework.
Stars: ✭ 31 (-89.05%)
Mutual labels:  tokio
tiny-tokio-actor
A simple tiny actor library on top of Tokio
Stars: ✭ 28 (-90.11%)
Mutual labels:  tokio
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+300%)
Mutual labels:  tokio
aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-93.29%)
Mutual labels:  tokio
tokio-tun
Asynchronous allocation of TUN/TAP devices in Rust using tokio
Stars: ✭ 17 (-93.99%)
Mutual labels:  tokio
tokio-linux-aio
Support for Linux kernel aio within Tokio.
Stars: ✭ 49 (-82.69%)
Mutual labels:  tokio
twitchchat
interface to the irc portion of Twitch's chat
Stars: ✭ 80 (-71.73%)
Mutual labels:  tokio
serde-ignored
Find out about keys that are ignored when deserializing data
Stars: ✭ 44 (-84.45%)
Mutual labels:  serde
memsocket
An asynchronous in-memory socket-like interface for Rust
Stars: ✭ 34 (-87.99%)
Mutual labels:  tokio
nitox
Tokio-based async NATS client
Stars: ✭ 60 (-78.8%)
Mutual labels:  tokio
fred.rs
A Redis Client for Rust based on Futures and Tokio
Stars: ✭ 97 (-65.72%)
Mutual labels:  tokio
kafka-protobuf-serde
Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages
Stars: ✭ 52 (-81.63%)
Mutual labels:  serde
rust-hcl
A Rust library for working with the HashiCorp Configuration Language (HCL).
Stars: ✭ 14 (-95.05%)
Mutual labels:  serde
Rumqtt
Mqtt ecosystem in rust
Stars: ✭ 264 (-6.71%)
Mutual labels:  tokio
tk-pool
A connection pool implementation for tokio
Stars: ✭ 20 (-92.93%)
Mutual labels:  tokio
tiny-nix-ipc
Minimal Rust wrapper for using sockets as IPC with file descriptor passing
Stars: ✭ 14 (-95.05%)
Mutual labels:  serde

Rust中文 Build Status

img

一: Rust中文网络点:

二: 欢迎参与 Rust中文

因为本仓库的修改会自动发布到 Rust中文 网站,请参与时遵循以下步骤,并确保构建为成功状态。

A. 参与文档

如果你只想修改文件,不用操作下面添加文件的步骤,你可以修改 docs 目录内的任何 .md 文件。

B. 参与网站

如果你想添加更多文件或改变主题结构布局,请遵循以下步骤。

  1. Fork 并克隆本仓库:

    $ git clone https://github.com/<YOUR_GITHUB_ID>/rustlang-cn
    $ cd rustlang-cn
    $ npm install
    
  2. 测试,可以在终端查看测试输出:

    $ npm run dev
    

    打开浏览器 http://localhost:8080 查看页面效果。

  3. 修改/添加 docs 目录内的文件, 保证步骤二测试运行没有错误。

  4. Push 到你的 GitHub 仓库,然后提交 PR 到本仓库。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].