rustup

@rustup

rustup 暂无简介

所有 个人的 我参与的
Forks 暂停/关闭的

    rustup/dora

    DORA is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities.

    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.

    rustup/kameo

    Kameo is a high-performance, lightweight Rust library for building fault-tolerant, asynchronous actor-based systems. Designed to scale from small, local applications to large, distributed systems.

    rustup/serde-yaml

    Rust library for using the Serde serialization framework with data in YAML file format. (This project is no longer maintained).

    rustup/rsactor

    A Simple and Efficient In-Process Actor Model Implementation for Rust.

    rustup/rtactor-rs

    An Actor framework specially designed for Real-Time constrained use cases.

    rustup/cineyma

    A lightweight actor model framework for Rust, inspired by Erlang/OTP, Akka, and actix.

    rustup/enum_dispatch

    enum_dispatch transforms your trait objects into concrete compound types, increasing their method call speed up to 10x.

    rustup/bitflags

    bitflags generates flags enums with well-defined semantics and ergonomic end-user APIs.

    rustup/malloc-best-effort

    It uses tcmalloc-better on linux (x86_64, aarch64) and mimalloc on other platforms. Both wrappers are based on general-purpose, performance-oriented allocators.

    rustup/tcmalloc-better

    This library is intended for use on Linux (x86_64, aarch64). consider using malloc-best-effort, which automatically selects the best allocator based on the target platform.

    rustup/jemallocator

    The project is also published as jemallocator for historical reasons. The two crates are the same except names. For new projects, it's recommended to use tikv-xxx versions instead.

    rustup/mimalloc_rust

    A drop-in global allocator wrapper around the mimalloc allocator. Mimalloc is a general purpose, performance oriented allocator built by Microsoft.

    rustup/msgtrans

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

    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.

    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.

    rustup/tokio

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

    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).

    rustup/monoio

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

    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.

搜索帮助