awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust gRPC Libraries

Clasificación actualizada el 13 jul 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.

Curamos repositorios de código abierto en GitHub que coinciden con “best rust grpc libraries”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

Rust gRPC Libraries

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • grpc/grpc-rustAvatar de grpc

    grpc/grpc-rust

    12,338Ver en 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
    Ver en GitHub↗12,338
  • hyperium/tonicH

    hyperium/tonic

    0Ver en 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
    Ver en GitHub↗0
  • stepancheg/grpc-rustAvatar de stepancheg

    stepancheg/grpc-rust

    1,368Ver en 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
    Ver en GitHub↗1,368
  • tikv/grpc-rsAvatar de tikv

    tikv/grpc-rs

    1,851Ver en 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
    Ver en 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#
  • un framework web para construir APIs HTTP en Rust
  • a high performance web framework for Rust
  • a library for implementing WebSockets in Rust
  • an http client library for Rust