2 releases (1 stable)
49.0.0 | Feb 24, 2023 |
---|
#6 in #xand
57KB
1.5K
SLoC
Table of Contents generated with DocToc
xand-api-client
A client for communicating with the xand-api
over gRPC. Provides a more
ergonomic wrapper over the generated client.
It operates in terms of the client-side structs provided by xand_api_proto::proto_models
.
For more details, see the rustdocs.
lib.rs
:
Provides a trait and implementation of that trait for interacting with the xand-api
(as
well as a fake version you can use in your tests in the mock
module).
If you are talking with xand-api
over the wire, this is what you should use.
Dependencies
~24–37MB
~692K SLoC