File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# rust-openssl
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield )] ( https://circleci.com/gh/sfackler/rust-openssl ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true )] ( https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master ) [ ![ crates.io] ( https://img.shields.io/crates/v/openssl.svg )] ( https://crates.io/crates/openssl )
3
+ [ ![ CircleCI] ( https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield )] ( https://circleci.com/gh/sfackler/rust-openssl )
4
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true )] ( https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master )
5
+ [ ![ crates.io] ( https://img.shields.io/crates/v/openssl.svg )] ( https://crates.io/crates/openssl )
6
+
7
+ OpenSSL bindings for the Rust programming language.
4
8
5
9
[ Documentation] ( https://docs.rs/openssl ) .
6
10
11
+ ## Release Support
12
+
13
+ The current supported release is 0.10.
14
+
15
+ New major versions will be published at most once per year. After a new
16
+ release, the previous major version will be partially supported with bug
17
+ fixes for 3 months, after which support will be dropped entirely.
18
+
7
19
### Contribution
8
20
9
21
Unless you explicitly state otherwise, any contribution intentionally
You can’t perform that action at this time.
0 commit comments