@@ -22,6 +22,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
22
22
- [ Google Collab] ( #google-collab )
23
23
- [ Binder] ( #binder )
24
24
- [ Go related] ( #go-related )
25
+ - [ Rust related] ( #rust-related )
25
26
- [ Markdown related] ( #markdown-related )
26
27
- [ LaTeX related] ( #latex-related )
27
28
- [ PyPI downloads] ( #pypi-downloads )
@@ -225,16 +226,16 @@ Worse: [](http://u
225
226
```
226
227
----
227
228
228
- ## [ Go] ( http ://golang.org ) related
229
+ ## [ Go] ( https ://go.dev/ ) related
229
230
230
- [ ![ forthebadge made-with-go] ( http://ForTheBadge.com/images/badges/made-with-go.svg )] ( http ://golang.org /)
231
+ [ ![ forthebadge made-with-go] ( http://ForTheBadge.com/images/badges/made-with-go.svg )] ( https ://go.dev /)
231
232
``` markdown
232
- [](http ://golang.org /)
233
+ [](https ://go.dev /)
233
234
```
234
235
235
- [ ![ made-with-Go] ( https://img.shields.io/badge/Made%20with-Go-1f425f.svg )] ( http ://golang.org )
236
+ [ ![ made-with-Go] ( https://img.shields.io/badge/Made%20with-Go-1f425f.svg )] ( https ://go.dev/ )
236
237
``` markdown
237
- [](http ://golang.org )
238
+ [](https ://go.dev/ )
238
239
```
239
240
240
241
GitHub go.mod Go version (` /github/go-mod/go-version/:user/:repo ` ):
@@ -255,6 +256,21 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
255
256
[](https://goreportcard.com/report/github.com/nanomsg/mangos)
256
257
```
257
258
259
+ ----
260
+
261
+ ## [ Rust] ( https://www.rust-lang.org/ ) related
262
+
263
+ [ ![ forthebadge made-with-rust] ( http://ForTheBadge.com/images/badges/made-with-rust.svg )] ( https://www.rust-lang.org/ )
264
+ ``` markdown
265
+ [](https://www.rust-lang.org/)
266
+ ```
267
+
268
+ [ ![ made-with-rust] ( https://img.shields.io/badge/Made%20with-Rust-1f425f.svg )] ( https://www.rust-lang.org/ )
269
+ ``` markdown
270
+ [](https://www.rust-lang.org/)
271
+ ```
272
+
273
+
258
274
----
259
275
260
276
## [ Markdown] ( http://commonmark.org ) related
0 commit comments