4 releases
0.0.4 | Sep 1, 2024 |
---|---|
0.0.3 | Aug 17, 2024 |
0.0.2 | Aug 9, 2024 |
0.0.1 | Aug 9, 2024 |
#27 in #grpc-client
60 downloads per month
Used in 2 crates
170KB
3.5K
SLoC
OpenIAP client c library
This is the rust implementation of the openiap client. This will also function as the "base" for openiap SDK implementations in other programming languages. For now this is only the GRPC client, but the plan is to add a web socket, rest, named pipe and TCP client as well.
lib.rs
:
The openiap.client
crate provides the Client
struct and its methods.
For now this only support grpc, will over time have added support for web sockets, http, tcp and named pipes.
Dependencies
~10–19MB
~258K SLoC