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
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ features = ["sync"]
74
74
|`zlib-compression`| Enable support for compressing messages with [`zlib`](https://zlib.net/)|`flate2` 1.0 | no |
75
75
|`zstd-compression`| Enable support for compressing messages with [`zstd`](http://facebook.github.io/zstd/). This flag requires Rust version 1.54. |`zstd` 0.9.0 | no |
76
76
|`snappy-compression`| Enable support for compressing messages with [`snappy`](http://google.github.io/snappy/)|`snap` 1.0.5 | no |
77
+
|`openssl-tls`| Switch TLS connection handling to use ['openssl'](https://docs.rs/openssl/0.10.38/). |`openssl` 0.10.38 | no |
77
78
78
79
## Example Usage
79
80
Below are simple examples of using the driver. For more specific examples and the API reference, see the driver's [docs.rs page](https://docs.rs/mongodb/latest).
Copy file name to clipboardExpand all lines: src/lib.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
//! | `zlib-compression` | Enable support for compressing messages with [`zlib`](https://zlib.net/) | `flate2` 1.0 | no |
63
63
//! | `zstd-compression` | Enable support for compressing messages with [`zstd`](http://facebook.github.io/zstd/). This flag requires Rust version 1.54. | `zstd` 0.9.0 | no |
64
64
//! | `snappy-compression` | Enable support for compressing messages with [`snappy`](http://google.github.io/snappy/) | `snap` 1.0.5 | no |
65
+
//! | `openssl-tls` | Switch TLS connection handling to use ['openssl'](https://docs.rs/openssl/0.10.38/). | `openssl` 0.10.38 | no |
0 commit comments