|
52 | 52 | <td>Latest version of clap</td>
|
53 | 53 | </tr>
|
54 | 54 | <tr>
|
55 |
| - <td><a href="https://docs.rs/clap/%5E2">docs.rs/clap/~2</a></td> |
| 55 | + <td><a href="https://docs.rs/clap/%7E2">docs.rs/clap/~2</a></td> |
56 | 56 | <td>2.* version</td>
|
57 | 57 | </tr>
|
58 | 58 | <tr>
|
59 |
| - <td><a href="https://docs.rs/clap/%5E2.9">docs.rs/clap/~2.9</a></td> |
| 59 | + <td><a href="https://docs.rs/clap/%7E2.9">docs.rs/clap/~2.9</a></td> |
60 | 60 | <td>2.9.* version</td>
|
61 | 61 | </tr>
|
62 | 62 | <tr>
|
|
66 | 66 | </tbody>
|
67 | 67 | </table>
|
68 | 68 |
|
69 |
| - <p>The <a href="https://crates.fyi/">crates.fyi</a> domain will redirect to |
70 |
| - <a href="https://docs.rs/">docs.rs</a>, supporting all of the redirects discussed |
71 |
| - above</p> |
72 |
| - |
73 | 69 | <h4>Badges</h4>
|
74 | 70 | <p>
|
75 | 71 | You can use badges to show state of your documentation to your users.
|
|
112 | 108 | <p>An example metadata:</p>
|
113 | 109 |
|
114 | 110 | <pre><code>[package]
|
115 |
| - name = "test" |
| 111 | +name = "test" |
116 | 112 |
|
117 |
| - [package.metadata.docs.rs] |
118 |
| - features = [ "feature1", "feature2" ] |
119 |
| - all-features = true |
120 |
| - no-default-features = true |
121 |
| - default-target = "x86_64-unknown-linux-gnu" |
122 |
| - rustc-args = [ "--example-rustc-arg" ] |
123 |
| - rustdoc-args = [ "--example-rustdoc-arg" ] |
124 |
| - dependencies = [ "example-system-dependency" ]</pre></code> |
| 113 | +[package.metadata.docs.rs] |
| 114 | +features = [ "feature1", "feature2" ] |
| 115 | +all-features = true |
| 116 | +no-default-features = true |
| 117 | +default-target = "x86_64-unknown-linux-gnu" |
| 118 | +rustc-args = [ "--example-rustc-arg" ] |
| 119 | +rustdoc-args = [ "--example-rustdoc-arg" ] |
| 120 | +dependencies = [ "example-system-dependency" ]</pre></code> |
125 | 121 |
|
126 | 122 | <h4>Version</h4>
|
127 | 123 | <p>Currently running Docs.rs version is: <strong>{{cratesfyi_version}}</strong>
|
128 | 124 |
|
129 |
| - <h4>Contributors</h4> |
130 |
| - <ul> |
131 |
| - <li><a href="https://github.com/onur" target="_blank">Onur Aslan</a></li> |
132 |
| - <li><a href="https://github.com/jonhoo" target="_blank">Jon Gjengset</a></li> |
133 |
| - <li><a href="https://github.com/Byron" target="_blank">Sebastian Thiel</a></li> |
134 |
| - <li><a href="https://github.com/GuillaumeGomez" target="_blank">Guillaume Gomez</a></li> |
135 |
| - <li><a href="https://github.com/kivikakk" target="_blank">Ashe Connor</a></li> |
136 |
| - <li><a href="https://github.com/samueltardieu" target="_blank">Samuel Tardieu</a></li> |
137 |
| - <li><a href="https://github.com/frewsxcv" target="_blank">Corey Farwell</a></li> |
138 |
| - <li><a href="https://github.com/notriddle" target="_blank">Michael Howell</a></li> |
139 |
| - <li><a href="https://github.com/durka" target="_blank">Alex Burka</a></li> |
140 |
| - <li><a href="https://github.com/hngnaig" target="_blank">Giang Nguyen</a></li> |
141 |
| - <li><a href="https://github.com/phaazon" target="_blank">Dimitri Sabadie</a></li> |
142 |
| - <li><a href="https://github.com/Nemikolh" target="_blank">Nemikolh</a></li> |
143 |
| - <li><a href="https://github.com/bluss" target="_blank">bluss</a></li> |
144 |
| - <li><a href="https://github.com/passy" target="_blank">Pascal Hartig</a></li> |
145 |
| - <li><a href="https://github.com/mattyhall" target="_blank">Matthew Hall</a></li> |
146 |
| - <li><a href="https://github.com/Mark-Simulacrum" target="_blank">Mark Simulacrum</a></li> |
147 |
| - </ul> |
148 |
| - |
149 |
| - <h4>Sponsors</h4> |
150 |
| - <p>Hosting generously provided by:</p> |
151 |
| - <p><a href="http://www.leaseweb.com" title="LeaseWeb offers hosted infrastructure solutions, including Cloud, CDN, Bare Metal Servers, Managed Hosting, Colocation, and Hybrid hosting" target="_blank"><img src="/leaseweb.gif" alt="Powered by LeaseWeb" width="150" height="40"/></a></p> |
152 |
| - <p>If you are interested in sponsoring Docs.rs, please don't hesitate to contact us at <a href="mailto:onur@onur.im">onur@onur.im</p> |
| 125 | + <h4>Contact</h4> |
| 126 | + <p>Docs.rs is run and maintaned by <a href="https://www.rust-lang.org/governance/teams/dev-tools#Rustdoc%20team-info" target="_blank">Rustdoc team</a>. You can find us in #rustdoc on <a href="https://discord.gg/rust-lang" target="_blank">Discord</a>.</p> |
| 127 | + |
153 | 128 | </div>
|
154 | 129 |
|
155 | 130 | {{> footer}}
|
0 commit comments