awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust gRPC Libraries

تم تحديث الترتيب في 13 يوليو 2026

For a library for building Rust gRPC services, the strongest matches are grpc/grpc-rust (This is a native Rust gRPC framework that provides), hyperium/tonic (Tonic is a high-performance, asynchronous gRPC framework for Rust) and stepancheg/grpc-rust (This library provides a native Rust implementation of gRPC). tikv/grpc-rs is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best rust grpc libraries”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Rust gRPC Libraries

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • grpc/grpc-rustالصورة الرمزية لـ grpc

    grpc/grpc-rust

    12,338عرض على GitHub↗

    grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and servers. It provides an asynchronous communication stack and a protocol buffers implementation for encoding, decoding, and generating type-safe code from service definitions. The project enables the implementation of unary and bi-directional data streaming over the HTTP/2 protocol. It includes specialized support for gRPC-Web integration, allowing browser-based clients to communicate with services through protocol translation. The infrastructure covers a broad range of distr

    This is a native Rust gRPC framework that provides the core asynchronous communication, Protocol Buffers support, and HTTP/2 capabilities required to build high-performance services and clients.

    RustHTTP/2 SupportInterceptor MiddlewareProtobuf Code Generators
    عرض على GitHub↗12,338
  • hyperium/tonicH

    hyperium/tonic

    0عرض على GitHub↗

    Tonic is a high-performance, asynchronous gRPC framework for Rust that natively supports HTTP/2 and Protocol Buffers, making it the standard choice for building robust gRPC services and clients.

    Rust Frameworks
    عرض على GitHub↗0
  • stepancheg/grpc-rustالصورة الرمزية لـ stepancheg

    stepancheg/grpc-rust

    1,368عرض على GitHub↗

    Rust implementation of gRPC

    This library provides a native Rust implementation of gRPC that supports Protocol Buffers and asynchronous I/O via tokio, making it a direct tool for building gRPC services and clients.

    RustLanguage Specific LibrariesLanguage Specific Tools
    عرض على GitHub↗1,368
  • tikv/grpc-rsالصورة الرمزية لـ tikv

    tikv/grpc-rs

    1,851عرض على GitHub↗

    This library provides a framework for implementing gRPC clients and services in Rust, enabling reliable communication between distributed system components. It facilitates the definition and hosting of asynchronous unary and streaming network services, utilizing protocol buffers to ensure consistent, strongly-typed data exchange. The project distinguishes itself by integrating with a high-performance C core via foreign function interfaces to handle low-level networking and protocol logic. It employs a task-based concurrency model to coordinate non-blocking operations and utilizes zero-copy me

    This library provides a Rust interface for gRPC services and clients by wrapping the C-based gRPC core, offering the necessary asynchronous support and Protocol Buffers integration for building high-performance services.

    RustProtobuf Code Generators
    عرض على GitHub↗1,851

Related searches

  • a library for building Go gRPC services
  • a python library for building gRPC services
  • a java library for building gRPC services
  • a library for implementing gRPC in C#
  • إطار عمل ويب لبناء واجهات برمجة تطبيقات HTTP في Rust
  • a high performance web framework for Rust
  • a library for implementing WebSockets in Rust
  • an http client library for Rust