@@ -19,22 +19,21 @@ See the [API documentation] for more.
1919
2020[ API documentation ] : https://docs.rs/socket2
2121
22- ## Branches
22+ # Branches
2323
2424Currently 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]
2928
3029[ v0.5.x branch ] : https://github.com/rust-lang/socket2/tree/v0.5.x
3130[ v0.4.x branch ] : https://github.com/rust-lang/socket2/tree/v0.4.x
3231
33- ## OS support
32+ # OS support
3433
3534Socket2 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.
3837
3938* If your favorite OS is not on the list consider contributing it!*
4039
@@ -64,18 +63,18 @@ feature flag.
6463* Solaris
6564* OpenHarmony
6665
67- ## Minimum Supported Rust Version (MSRV)
66+ # Minimum Supported Rust Version (MSRV)
6867
6968Socket2 uses 1.70.0 as MSRV.
7069
71- ## License
70+ # License
7271
7372This project is licensed under either of
7473
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 )
7978
8079at your option.
8180
0 commit comments