You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ Examples can be found in [`examples`](./examples).
72
72
representations. Useful for mocking. Not enabled by default.
73
73
-`tls-openssl`: Enables the `openssl`-based TLS connections. This would make your binary dynamically link to `libssl`.
74
74
-`tls-openssl-vendored`: Like `tls-openssl`, however compile openssl from source code and statically link to it.
75
+
-`build-server`: Builds a server variant of the etcd protobuf and re-exports it under the same `proto` package as the `pub-response-field` feature does.
Copy file name to clipboardExpand all lines: src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@
51
51
//! - `tls`: Enables the `rustls`-based TLS connection. Not enabled by default.
52
52
//! - `tls-roots`: Adds system trust roots to `rustls`-based TLS connection using the `rustls-native-certs` crate. Not enabled by default.
53
53
//! - `pub-response-field`: Exposes structs used to create regular `etcd-client` responses including internal protobuf representations. Useful for mocking. Not enabled by default.
54
+
//! - `tls-openssl`: Enables the `openssl`-based TLS connections. This would make your binary dynamically link to `libssl`.
55
+
//! - `tls-openssl-vendored`: Like `tls-openssl`, however compile openssl from source code and statically link to it.
56
+
//! - `build-server`: Builds a server variant of the etcd protobuf and re-exports it under the same `proto` package as the `pub-response-field` feature does.
0 commit comments