@@ -19,22 +19,21 @@ See the [API documentation] for more.
19
19
20
20
[ API documentation ] : https://docs.rs/socket2
21
21
22
- ## Branches
22
+ # Branches
23
23
24
24
Currently Socket2 supports the following versions:
25
-
26
- * v0.6 developed in the master branch
27
- * v0.5 developed in the [ v0.5.x branch]
28
- * v0.4 developed in the [ v0.4.x branch]
25
+ * v0.6 developed in the master branch
26
+ * v0.5 developed in the [ v0.5.x branch]
27
+ * v0.4 developed in the [ v0.4.x branch]
29
28
30
29
[ v0.5.x branch ] : https://github.com/rust-lang/socket2/tree/v0.5.x
31
30
[ v0.4.x branch ] : https://github.com/rust-lang/socket2/tree/v0.4.x
32
31
33
- ## OS support
32
+ # OS support
34
33
35
34
Socket2 attempts to support the same OS/architectures as Rust does, see
36
- [ platform support ] ( https://doc.rust-lang.org/nightly/rustc/platform-support.html ) .
37
- However this is not always possible, below is current list of support OSs.
35
+ https://doc.rust-lang.org/nightly/rustc/platform-support.html . However this is
36
+ not always possible, below is current list of support OSs.
38
37
39
38
* If your favorite OS is not on the list consider contributing it!*
40
39
@@ -64,18 +63,18 @@ feature flag.
64
63
* Solaris
65
64
* OpenHarmony
66
65
67
- ## Minimum Supported Rust Version (MSRV)
66
+ # Minimum Supported Rust Version (MSRV)
68
67
69
68
Socket2 uses 1.70.0 as MSRV.
70
69
71
- ## License
70
+ # License
72
71
73
72
This project is licensed under either of
74
73
75
- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
76
- < https://www.apache.org/licenses/LICENSE-2.0 > )
77
- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
78
- < https://opensource.org/licenses/MIT > )
74
+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
75
+ https://www.apache.org/licenses/LICENSE-2.0 )
76
+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
77
+ https://opensource.org/licenses/MIT )
79
78
80
79
at your option.
81
80
0 commit comments