1
1
# curl-rust
2
2
3
- libcurl bindings for Rust
3
+ [ libcurl] bindings for Rust
4
4
5
- [ Documentation] ( https://docs.rs/curl )
5
+ [ ![ Latest Version] ( https://img.shields.io/crates/v/curl.svg )] ( https://crates.io/crates/curl )
6
+ [ ![ Documentation] ( https://docs.rs/curl/badge.svg )] ( https://docs.rs/curl )
7
+ [ ![ License] ( https://img.shields.io/github/license/alexcrichton/curl-rust.svg )] ( LICENSE )
8
+ [ ![ Build] ( https://github.com/alexcrichton/curl-rust/workflows/CI/badge.svg )] ( https://github.com/alexcrichton/curl-rust/actions )
6
9
7
10
## Quick Start
8
11
@@ -145,8 +148,7 @@ If you encounter the following error message:
145
148
That means most likely, that curl was linked against ` libcurl-nss.so ` due to
146
149
installed libcurl NSS development files, and that the required library
147
150
` libnsspem.so ` is missing. See also the curl man page: "If curl is built
148
- against the NSS SSL library, the NSS PEM PKCS #11 module (libnsspem.so) needs to
149
- be available for this option to work properly."
151
+ against the NSS SSL library, the NSS PEM PKCS #11 module (` libnsspem.so ` ) needs to be available for this option to work properly."
150
152
151
153
In order to avoid this failure you can either
152
154
@@ -156,10 +158,12 @@ In order to avoid this failure you can either
156
158
157
159
## License
158
160
159
- The ` curl-rust ` crate is licensed under the MIT license, see ` LICENSE ` for more
161
+ The ` curl-rust ` crate is licensed under the MIT license, see [ ` LICENSE ` ] ( LICENSE ) for more
160
162
details.
161
163
162
164
165
+ [ libcurl ] : https://curl.haxx.se/libcurl/
166
+ [ MesaLink ] : https://mesalink.io/
163
167
[ OpenSSL ] : https://www.openssl.org/
164
168
[ Rustls ] : https://github.com/ctz/rustls
165
169
[ Schannel ] : https://docs.microsoft.com/en-us/windows/win32/com/schannel
0 commit comments