etcd-rs:etcd防锈

时间:2024-05-29 23:00:39
【文件属性】:

文件名称:etcd-rs:etcd防锈

文件大小:38KB

文件格式:ZIP

更新时间:2024-05-29 23:00:39

rust asynchronous etcd etcdv3 Rust

etcd for Rust Rust的 (API v3)客户端,它提供了由和支持的async/await API。 该库的文档可以在找到。 特征 异步 Etcd APIv3 例子 用法 在您的项目cargo.toml添加以下依赖cargo.toml : [ dependencies ] etcd-rs = " 0.5 " 设置客户端 let endpoints = vec! [ "http://127.0.0.1:2379" . to_owned ()]; let client = Client :: connect (ClientConfig { endpoints, auth: None , tls: None }). await ; 如果启用身份验证 let endpoints = vec! [ "http://127.0.0.1:2379" . to


【文件预览】:
etcd-rs-master
----rustfmt.toml(16B)
----Cargo.toml(657B)
----proto()
--------rpc.proto(27KB)
--------auth.proto(486B)
--------kv.proto(1KB)
--------lock.proto(2KB)
----.github()
--------stale.yml(264B)
--------workflows()
----src()
--------watch()
--------error.rs(333B)
--------auth()
--------client.rs(5KB)
--------response_header.rs(601B)
--------proto.rs(243B)
--------lease()
--------lib.rs(3KB)
--------kv()
--------lazy.rs(9KB)
----build.rs(458B)
----examples()
--------watch.rs(1KB)
--------kv.rs(3KB)
--------tls.rs(2KB)
--------lease.rs(3KB)
--------transaction.rs(3KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(36B)
----_config.yml(26B)

网友评论