rustup

@rustup

rustup 暂无简介

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

    rustup/tokio-rusqlite

    Asynchronous handle for rusqlite library.

    rustup/core_affinity_rs

    core_affinity_rs is a Rust crate for managing CPU affinities. It currently supports Linux, Mac OSX, and Windows.

    rustup/protoc-gen-prost

    A protoc plugin that generates Tonic gRPC server and client code using the Prost! code generation engine.

    rustup/grpc-rs

    grpc-rs是通过将gRPC的C++实现作为依赖,并使用Rust的FFI来与C++交互实现的。这种方式可以保证Rust实现的gRPC与官方的C++实现相同,但需要依赖外部的C++库,并且在一些特定情况下可能会存在性能问题。 而grpc-rust则是纯Rust实现的gRPC,它的底层使用tokio实现异步IO,相对于grpc-rs,grpc-rust在可移植性、性能和维护方面都具有一定的优势。

    rustup/nfs-rs

    nfs is an async Rust wrapper around libnfs. It currently requires libnfs to be built with support for multi-threading. This may change in the future.

    rustup/fs_extra

    file and directory operation.

    rustup/chrono

    高精度时钟、时间库。

    rustup/rust_mysql_common

    This crate is an implementation of basic MySql protocol primitives.

    rustup/rust-mysql-simple

    This crate offers: MySql database driver in pure rust; connection pool.

    rustup/sqlite

    The package provides an interface to SQLite.

    rustup/rusqlite

    Rusqlite is an ergonomic wrapper for using SQLite from Rust. Historically, the API was based on the one from rust-postgres. However, the two have diverged in many ways.

    rustup/log4rs_dynamic_filters

    This crate provides filters for log4rs that can be dynamically controlled at runtime.

    rustup/xactor

    Xactor is a rust actors framework based on async-std. Actor communication in a local context Using Futures for asynchronous message handling Typed messages (No Any type). Generic messages are allowed

    rustup/suppaftp

    SuppaFTP is the main FTP/FTPS client library for Rust, with both support for sync/async programming and for all the FTP protocol features. It is a fork of the original ftp library "rust-ftp".

    rustup/async-trait

    from crate.io

    rustup/libunftp

    The libunftp library drives unFTP. It's an , async, cloud orientated FTP(S) server. It runs on top of the Tokio asynchronous run-time and tries to make use of Async IO as much as possible.

    rustup/rayon

    from crate.io

    rustup/rust-snappy

    数据压缩、解压。 A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression using the Snappy frame format.

    rustup/rust-brotli

    Direct no-stdlib port of the C brotli compressor to Rust no dependency on the Rust stdlib: this library would be ideal for decompressing within a rust kernel among other things.

    rustup/lz4-rs

    LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, with near-linear scalability for multi-threaded applications.

搜索帮助