portable_ada
tonic
Our great sponsors
portable_ada | tonic | |
---|---|---|
1 | 38 | |
5 | 6,615 | |
- | 4.4% | |
0.0 | 8.1 | |
over 2 years ago | 4 days ago | |
Ada | Rust | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
portable_ada
-
New Ada Folks (<2 years), what made you pick up (or leave) Ada?
For getting UTF-8 support one can also use Dmitry Kazakovs Simple components (http://www.dmitry-kazakov.de/ada/components). Based on it have made a UTF-8 version which is Ada/Spark based (https://github.com/joakim-strandberg/aida_2012). Another one I have been toying with is cross-compiler: https://github.com/joakim-strandberg/portable_ada . To print to standard out using UTF-8 the easiest way is probably enabling "-gnatW8" in order for normal String types be interpreted as UTF-8 strings. Using the UTF-8 support in the links I would recommend making one's own Ada bindings to the OS. It should be easy to do on Mac OS X and Linux where UTF-8 is enabled by default but more of an issue on Windows where the UTF-8 encoded strings need to be converted to UTF-16 before being handed over to the OS.
tonic
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
gRPC (this is more for exposing your services through an API)
-
Hey Rustaceans! Got a question? Ask here (3/2023)!
Tonic itself uses arduino/setup-protoc and it seems to just work.
-
Implement grpc client in rust language for openresty/Nginx
tonic is my favourite rust library. It's based on hyper and tokio. Everything works in async/await way.
-
Looking for a cross-language communication framework between Rust and Python
Rust Python
-
GCP firestore and logging SDK in rust
I'm pretty sure that GCP's APIs (unlike AWS, which uses Smithy for very genuinely, very good reason) are defined using Protobuf and can be communicated with over gRPC, which means that you don't need to bind via cxx to GCP's C++ APIs. Take a look at this example using Tonic. If you're to use Tonic, you'll also be able to use Tower's middleware (main crate, http-specific) to implement retries, timeouts, tracing, and all the other things you need to be production-ready.
-
grpc gateway
Maybe https://github.com/hyperium/tonic
-
[help] Tonic-build: how to generate generic service definition?
Hi r/rust, I have a question regarding tonic-build (or prost-build).
you mean something like this: https://github.com/hyperium/tonic/blob/master/examples/build.rs ? Then the answer is yes, tonic build will generate server & client stubs at compile time.
-
Cómo usar gRPC con Rust Tonic y Postgres con ejemplos
En este post aprendermos a usar Rust, Tonic y la crate gRPC, y implementaremos un CRUD con Postgresql database.
What are some alternatives?
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
grpc-rust - Rust implementation of gRPC
axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
tarpc - An RPC framework for Rust with a focus on ease of use.
prost - PROST! a Protocol Buffers implementation for the Rust Language
rust-prometheus - Prometheus instrumentation library for Rust applications
prost - PROST! a Protocol Buffers implementation for the Rust Language
tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
warp - A super-easy, composable, web server framework for warp speeds.
gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
rust - Empowering everyone to build reliable and efficient software.
rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266