| Crates.io | d-engine-client |
| lib.rs | d-engine-client |
| version | 0.2.2 |
| created_at | 2026-01-02 02:35:28.943793+00 |
| updated_at | 2026-01-14 15:04:45.667406+00 |
| description | Client library for interacting with d-engine Raft clusters via gRPC |
| homepage | https://github.com/deventlab/d-engine |
| repository | https://github.com/deventlab/d-engine |
| max_upload_size | |
| id | 2017852 |
| size | 193,826 |
Client library for interacting with d-engine Raft clusters
Use d-engine instead:
[dependencies]
d-engine = { version = "0.2", features = ["client"] }
This provides the same API with simpler dependency management. The d-engine-client crate is automatically included when you enable the client feature.
This crate exists for architectural reasons:
If you're building an application, use d-engine with features = ["client"] instead.
See d-engine README for usage examples and documentation.
MIT or Apache-2.0