| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains client libraries for interacting with Evolve nodes in various programming languages.
client/
├── crates/ # Rust client libraries
│ ├── types/ # Generated protobuf types for Rust
│ └── client/ # High-level Rust client for gRPC services
└── README.mdThe Rust client consists of two crates:
Contains all the protobuf-generated types and service definitions. This crate is automatically generated from the proto files in /proto/evnode/v1/.
A high-level client library that provides:
See the ev-client README for detailed usage instructions.
This directory is structured to support additional client libraries in the future:
Each language will have its own subdirectory with generated types and high-level client implementations.
| Back | FazBrowse Home | New Git URL |