# etcdv3-rs **Repository Path**: vnaki/etcdv3-rs ## Basic Information - **Project Name**: etcdv3-rs - **Description**: Etcd V3 Client For Rust - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-15 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README etcd client for Rust ==== Supported APIs ---- - KV - [x] Put - [x] Range - [x] Delete - [x] Transaction - [x] Compact - Lease - [x] Grant - [x] Revoke - [x] KeepAlive - [x] TimeToLive - Watch - [x] WatchCreate - [x] WatchCancel - Auth - [x] Authenticate - [ ] RoleAdd - [ ] RoleGrantPermission - [ ] UserAdd - [ ] UserGrantRole - [ ] AuthEnable - [ ] AuthDisable - Cluster - [x] MemberAdd - [x] MemberRemove - [x] MemberUpdate - [x] MemberList - Maintenance - [ ] Alarm - [ ] Status - [ ] Defragment - [ ] Hash - [ ] Snapshot - [ ] MoveLeader