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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,19 @@ Other useful pieces you'll likely need:
20
20
cargo add url serde --features serde/derive
21
21
```
22
22
23
+
## ⚠️ Important Note
24
+
25
+
**By default this library enables the `tls` feature. If you want to use `tls-native` or `tls-rustls` you have to disable the default feature using `default-features = false` in your `Cargo.toml` file and anable the feature you want to use.**
26
+
27
+
````toml
28
+
29
+
```commandline
30
+
23
31
24
32
### Example
25
33
26
34
There are plenty more examples in the [documentation](https://docs.rs/simple-ldap)!
0 commit comments