rustup

@rustup

rustup 暂无简介

rustup的个人主页
/
关注的仓库(249)

    Watch rustup/msgtrans

    企业级现代化多协议通信框架,统一接口支持TCP、WebSocket、QUIC等协议。三层架构抽象:应用层 → 传输层 → 协议层,层次清晰,一套代码,多协议部署, 完全消除锁竞争,充分利用多核性能。

    最近更新: 9个月前

    Watch rustup/mlua

    mlua is bindings to Lua programming language for Rust with a goal to provide safe (as far as it's possible), high level, easy to use, practical and flexible API.

    最近更新: 1年多前

    Watch rustup/tokio-uring

    This provides io-uring for Tokio by exposing a new Runtime that is compatible with Tokio but also can drive io-uring-backed resources. Any library that works with Tokio also works with tokio-uring.

    最近更新: 1年多前

    Watch rustup/tokio

    最火的异步网络库,除了复杂上手难度高一些外,没有其它大的问题。同时tokio团队提供了多个非常优秀的Rust库,整个生态欣欣向荣,用户认可度很高。

    最近更新: 1年多前

    Watch rustup/rust-libc-print

    Allows you to use println!, eprintln! and dbg! macros in a #![no_std] context, or in a situation where the traditional Rust streams might not be available (ie: at process shutdown time).

    最近更新: 1年多前

    Watch rustup/zenoh

    zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations.

    最近更新: 1年多前

    Watch rustup/monoio

    A thread-per-core Rust runtime with io_uring/epoll/kqueue. 字节跳动出品的Rust运行时, 底层io基于io-uring/epoll/kqueue。Windows平台的支持即将完成。和tokio相比, 极限性能更高,但是兼容性不如tokio。

    最近更新: 1年多前

    Watch rustup/tklog

    tklog is a high-performance structured logging library. It supports functionalities such as console logging, file logging, both synchronous and asynchronous logging modes, it faster than log4rs.

    最近更新: 接近2年前

    Watch rustup/capnproto-rust

    Cap'n Proto是一个高效的数据交换格式和RPC系统,由Protobuf的原作者开发,旨在解决Protobuf等序列化框架的一些性能和使用上的问题。使用Cap'n Proto在CAF(C++ Actor Framework)中进行数据的序列化和反序列化,与使用Protobuf类似,但有其独特的优势和考虑点。

    最近更新: 接近2年前

    Watch rustup/flatbuffers

    FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first.

    最近更新: 接近2年前

搜索帮助