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

#90 in WebSocket

Download history 189/week @ 2024-08-06 155/week @ 2024-08-13 11/week @ 2024-08-20 134/week @ 2024-08-27 25/week @ 2024-09-03 7/week @ 2024-09-10

182 downloads per month
Used in 2 crates

MPL-2.0 license

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

~11–19MB
~265K SLoC