@@ -19,21 +19,22 @@ 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- * 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]
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]
2829
2930[ v0.5.x branch ] : https://github.com/rust-lang/socket2/tree/v0.5.x
3031[ v0.4.x branch ] : https://github.com/rust-lang/socket2/tree/v0.4.x
3132
32- # OS support
33+ ## OS support
3334
3435Socket2 attempts to support the same OS/architectures as Rust does, see
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.
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.
3738
3839* If your favorite OS is not on the list consider contributing it!*
3940
@@ -63,18 +64,18 @@ feature flag.
6364* Solaris
6465* OpenHarmony
6566
66- # Minimum Supported Rust Version (MSRV)
67+ ## Minimum Supported Rust Version (MSRV)
6768
6869Socket2 uses 1.70.0 as MSRV.
6970
70- # License
71+ ## License
7172
7273This project is licensed under either of
7374
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 )
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 > )
7879
7980at your option.
8081
0 commit comments