Skip to content

Commit ec08ad6

Browse files
lorepozobudziq
authored andcommitted
centralize links for badges, categories, and crates
1 parent 156ce60 commit ec08ad6

File tree

9 files changed

+164
-309
lines changed

9 files changed

+164
-309
lines changed

src/about.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,13 @@ defers crate selection to that project. Any crates that have already
200200
been evaluated as part of that process are in scope for the cookbook,
201201
as are crates that are pending evaluation.
202202

203-
<!-- Links-->
203+
{{#include links.md}}
204204

205205
[index]: intro.html
206206
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
207207
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
208208
[error-chain]: https://docs.rs/error-chain/
209209
[Rust Libz Blitz]: https://internals.rust-lang.org/t/rust-libz-blitz/5184
210-
[cat-science-badge]: https://badge-cache.kominick.com/badge/science--x.svg?style=social
211-
[cat-science]: https://crates.io/categories/science
212-
[rand-badge]: https://badge-cache.kominick.com/crates/v/rand.svg?label=rand
213-
[rand]: https://docs.rs/rand/
214210
[crates.io]: https://crates.io
215211
[docs.rs]: https://docs.rs
216212
[Cargo.toml]: http://doc.crates.io/manifest.html

src/app.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -580,31 +580,9 @@ fn run() -> Result<()> {
580580
# quick_main!(run);
581581
```
582582

583-
<!-- Categories -->
584-
585-
[cat-command-line-badge]: https://badge-cache.kominick.com/badge/command_line--x.svg?style=social
586-
[cat-command-line]: https://crates.io/categories/command-line-interface
587-
[cat-compression-badge]: https://badge-cache.kominick.com/badge/compression--x.svg?style=social
588-
[cat-compression]: https://crates.io/categories/compression
589-
[cat-filesystem-badge]: https://badge-cache.kominick.com/badge/filesystem--x.svg?style=social
590-
[cat-filesystem]: https://crates.io/categories/filesystem
591-
592-
<!-- Crates -->
593-
594-
[clap-badge]: https://badge-cache.kominick.com/crates/v/clap.svg?label=clap
595-
[clap]: https://docs.rs/clap/
596-
[flate2-badge]: https://badge-cache.kominick.com/crates/v/flate2.svg?label=flate2
597-
[flate2]: https://docs.rs/flate2/
598-
[glob-badge]:https://badge-cache.kominick.com/crates/v/glob.svg?label=glob
599-
[glob]: https://docs.rs/glob/
600-
[same_file-badge]: https://badge-cache.kominick.com/crates/v/same_file.svg?label=same_file
601-
[same_file]: https://docs.rs/same-file/
602-
[tar-badge]: https://badge-cache.kominick.com/crates/v/tar.svg?label=tar
603-
[tar]: https://docs.rs/tar/
604-
[walkdir-badge]: https://badge-cache.kominick.com/crates/v/walkdir.svg?label=walkdir
605-
[walkdir]: https://docs.rs/walkdir/
606-
607-
<!-- Reference -->
583+
{{#include links.md}}
584+
585+
<!-- API Reference -->
608586

609587
[`Archive::entries`]: https://docs.rs/tar/*/tar/struct.Archive.html#method.entries
610588
[`Archive::unpack`]: https://docs.rs/tar/*/tar/struct.Archive.html#method.unpack

src/basics.md

Lines changed: 6 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -847,49 +847,9 @@ fn run() -> Result<()> {
847847
# quick_main!(run);
848848
```
849849

850-
<!-- Categories -->
851-
852-
[cat-no-std-badge]: https://badge-cache.kominick.com/badge/no_std--x.svg?style=social
853-
[cat-no-std]: https://crates.io/categories/no-std
854-
[cat-caching-badge]: https://badge-cache.kominick.com/badge/caching--x.svg?style=social
855-
[cat-caching]: https://crates.io/categories/caching
856-
[cat-cryptography-badge]: https://badge-cache.kominick.com/badge/cryptography--x.svg?style=social
857-
[cat-cryptography]: https://crates.io/categories/cryptography
858-
[cat-encoding-badge]: https://badge-cache.kominick.com/badge/encoding--x.svg?style=social
859-
[cat-encoding]: https://crates.io/categories/encoding
860-
[cat-filesystem-badge]: https://badge-cache.kominick.com/badge/filesystem--x.svg?style=social
861-
[cat-filesystem]: https://crates.io/categories/filesystem
862-
[cat-science-badge]: https://badge-cache.kominick.com/badge/science--x.svg?style=social
863-
[cat-science]: https://crates.io/categories/science
864-
[cat-os-badge]: https://badge-cache.kominick.com/badge/OS--x.svg?style=social
865-
[cat-os]: https://crates.io/categories/os
866-
[cat-rust-patterns-badge]: https://badge-cache.kominick.com/badge/rust_patterns--x.svg?style=social
867-
[cat-rust-patterns]: https://crates.io/categories/rust-patterns
868-
[cat-text-processing-badge]: https://badge-cache.kominick.com/badge/text_processing--x.svg?style=social
869-
[cat-text-processing]: https://crates.io/categories/text-processing
870-
871-
<!-- Crates -->
872-
873-
[bitflags-badge]: https://badge-cache.kominick.com/crates/v/bitflags.svg?label=bitflags
874-
[bitflags]: https://docs.rs/bitflags/
875-
[byteorder-badge]: https://badge-cache.kominick.com/crates/v/byteorder.svg?label=byteorder
876-
[byteorder]: https://docs.rs/byteorder/
877-
[data-encoding-badge]: https://badge-cache.kominick.com/crates/v/data-encoding.svg?label=data-encoding
878-
[data-encoding]: https://docs.rs/data-encoding/
879-
[lazy_static]: https://docs.rs/lazy_static/
880-
[lazy_static-badge]: https://badge-cache.kominick.com/crates/v/lazy_static.svg?label=lazy_static
881-
[rand-badge]: https://badge-cache.kominick.com/crates/v/rand.svg?label=rand
882-
[rand]: https://docs.rs/rand/
883-
[std-badge]: https://badge-cache.kominick.com/badge/std-1.19.0-blue.svg
884-
[std]: https://doc.rust-lang.org/std
885-
[regex]: https://docs.rs/regex/
886-
[regex-badge]: https://badge-cache.kominick.com/crates/v/regex.svg?label=regex
887-
[memmap]: https://docs.rs/memmap/
888-
[memmap-badge]: https://badge-cache.kominick.com/crates/v/memmap.svg?label=memmap
889-
[ring]: https://docs.rs/ring/
890-
[ring-badge]: https://badge-cache.kominick.com/crates/v/ring.svg?label=ring
891-
892-
<!-- API links -->
850+
{{#include links.md}}
851+
852+
<!-- API Reference -->
893853

894854
[`bitflags!`]: https://docs.rs/bitflags/*/bitflags/macro.bitflags.html
895855
[`BufRead::lines`]: https://doc.rust-lang.org/std/io/trait.BufRead.html#method.lines
@@ -908,14 +868,12 @@ fn run() -> Result<()> {
908868
[`Regex::replace_all`]: https://docs.rs/regex/0.2.2/regex/struct.Regex.html#method.replace_all
909869
[`rand::Rand`]: https://doc.rust-lang.org/rand/rand/trait.Rand.html
910870
[`Range`]: https://doc.rust-lang.org/rand/rand/distributions/range/struct.Range.html
911-
[rand-distributions]: https://doc.rust-lang.org/rand/rand/distributions/index.html
912871
[`Regex`]: https://doc.rust-lang.org/regex/regex/struct.Regex.html
913872
[`rand::Rand`]: https://doc.rust-lang.org/rand/rand/trait.Rand.html
914873
[`rand::Rng`]: https://doc.rust-lang.org/rand/rand/trait.Rng.html
915874
[`rand::thread_rng`]: https://doc.rust-lang.org/rand/rand/fn.thread_rng.html
916875
[`regex::RegexSetBuilder`]: https://doc.rust-lang.org/regex/regex/struct.RegexSetBuilder.html
917876
[`regex::RegexSet`]: https://doc.rust-lang.org/regex/regex/struct.RegexSet.html
918-
[replacement string syntax]: https://docs.rs/regex/0.2.2/regex/struct.Regex.html#replacement-string-syntax
919877
[`Output`]: https://doc.rust-lang.org/std/process/struct.Output.html
920878
[`Command`]: https://doc.rust-lang.org/std/process/struct.Command.html
921879
[`HashMap`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
@@ -926,8 +884,10 @@ fn run() -> Result<()> {
926884
[`seek`]: https://doc.rust-lang.org/std/fs/struct.File.html#method.seek
927885
[`digest::Context`]: https://docs.rs/ring/*/ring/digest/struct.Context.html
928886
[`digest::Digest`]: https://docs.rs/ring/*/ring/digest/struct.Digest.html
887+
[rand-distributions]: https://doc.rust-lang.org/rand/rand/distributions/index.html
888+
[replacement string syntax]: https://docs.rs/regex/0.2.2/regex/struct.Regex.html#replacement-string-syntax
929889

930-
<!-- Reference -->
890+
<!-- Other Reference -->
931891

932892
[race-condition-file]: https://en.wikipedia.org/wiki/Race_condition#File_systems
933893
[raw string literals]: https://doc.rust-lang.org/reference/tokens.html#raw-string-literals

src/concurrency.md

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -232,35 +232,10 @@ fn run() -> Result<()> {
232232
# quick_main!(run);
233233
```
234234

235-
<!-- Categories -->
236-
237-
[cat-concurrency-badge]: https://badge-cache.kominick.com/badge/concurrency--x.svg?style=social
238-
[cat-concurrency]: https://crates.io/categories/concurrency
239-
[cat-rendering-badge]: https://badge-cache.kominick.com/badge/rendering--x.svg?style=social
240-
[cat-rendering]: https://crates.io/categories/rendering
241-
[cat-science-badge]: https://badge-cache.kominick.com/badge/science--x.svg?style=social
242-
[cat-science]: https://crates.io/categories/science
243-
244-
<!-- Crates -->
245-
246-
[crossbeam-badge]: https://badge-cache.kominick.com/crates/v/crossbeam.svg?label=crossbeam
247-
[crossbeam]: https://docs.rs/crossbeam/
248-
[image-badge]: https://badge-cache.kominick.com/crates/v/image.svg?label=image
249-
[image]: https://docs.rs/image/
250-
[num-badge]: https://badge-cache.kominick.com/crates/v/num.svg?label=num
251-
[num]: https://docs.rs/num/
252-
[num_cpus-badge]: https://badge-cache.kominick.com/crates/v/num_cpus.svg?label=num_cpus
253-
[num_cpus]: https://docs.rs/num_cpus/
254-
[rand-badge]: https://badge-cache.kominick.com/crates/v/rand.svg?label=rand
255-
[rand]: https://docs.rs/rand/
256-
[rayon-badge]: https://badge-cache.kominick.com/crates/v/rayon.svg?label=rayon
257-
[rayon]: https://docs.rs/rayon/
258-
[threadpool-badge]: https://badge-cache.kominick.com/crates/v/threadpool.svg?label=threadpool
259-
[threadpool]: https://docs.rs/threadpool/
260-
261-
<!-- Reference -->
235+
{{#include links.md}}
236+
237+
<!-- API Reference -->
262238

263-
[Julia set]: https://en.wikipedia.org/wiki/Julia_set
264239
[`ImageBuffer::new`]: https://docs.rs/image/*/image/struct.ImageBuffer.html#method.new
265240
[`ImageBuffer::put_pixel`]: https://docs.rs/image/*/image/struct.ImageBuffer.html#method.put_pixel
266241
[`ImageBuffer::save`]: https://docs.rs/image/*/image/struct.ImageBuffer.html#method.save
@@ -276,3 +251,7 @@ fn run() -> Result<()> {
276251
[`num_cpus::get`]: https://docs.rs/num_cpus/*/num_cpus/fn.get.html
277252
[`par_iter_mut`]: https://docs.rs/rayon/*/rayon/iter/trait.IntoParallelRefMutIterator.html#tymethod.par_iter_mut
278253
[`par_sort_unstable`]: https://docs.rs/rayon/*/rayon/slice/trait.ParallelSliceMut.html#method.par_sort_unstable
254+
255+
<!-- Other Reference -->
256+
257+
[Julia set]: https://en.wikipedia.org/wiki/Julia_set

src/encoding.md

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -597,38 +597,21 @@ West Hollywood,CA,37031,34.0900000,-118.3608333";
597597

598598
_Disclaimer: this example has been adapted from [the csv crate tutorial](https://docs.rs/csv/*/csv/tutorial/index.html#filter-by-search)_.
599599

600-
<!-- Categories -->
601-
602-
[cat-encoding-badge]: https://badge-cache.kominick.com/badge/encoding--x.svg?style=social
603-
[cat-encoding]: https://crates.io/categories/encoding
604-
605-
<!-- Crates -->
606-
607-
[base64-badge]: https://badge-cache.kominick.com/crates/v/base64.svg?label=base64
608-
[base64]: https://docs.rs/base64/
609-
[data-encoding-badge]: https://badge-cache.kominick.com/crates/v/data-encoding.svg?label=data-encoding
610-
[data-encoding]: https://docs.rs/data-encoding/
611-
[serde-json-badge]: https://badge-cache.kominick.com/crates/v/serde_json.svg?label=serde_json
612-
[serde-json]: https://docs.serde.rs/serde_json/
613-
[toml-badge]: https://badge-cache.kominick.com/crates/v/toml.svg?label=toml
614-
[toml]: https://docs.rs/toml/
615-
[url-badge]: https://badge-cache.kominick.com/crates/v/url.svg?label=url
616-
[url]: https://docs.rs/url/
617-
[csv-badge]: https://badge-cache.kominick.com/crates/v/csv.svg?label=csv
618-
[csv]: https://docs.rs/csv/
619-
[serde-badge]: https://badge-cache.kominick.com/crates/v/serde.svg?label=serde
620-
[serde]: https://docs.rs/serde/
621-
622-
<!-- Reference -->
600+
{{#include links.md}}
623601

624-
[percent-encoding]: https://en.wikipedia.org/wiki/Percent-encoding
625-
[`utf8_percent_encode`]: https://docs.rs/url/1.*/url/percent_encoding/fn.utf8_percent_encode.html
626-
[`percent_decode`]: https://docs.rs/url/1.*/url/percent_encoding/fn.percent_decode.html
627-
[application/x-www-form-urlencoded]: https://url.spec.whatwg.org/#application/x-www-form-urlencoded
602+
<!-- API Reference -->
603+
604+
[`csv::Writer`]: https://docs.rs/csv/*/csv/struct.Writer.html
605+
[`csv::invalid_option`]: https://docs.rs/csv/*/csv/fn.invalid_option.html
606+
[`flush`]: https://docs.rs/csv/*/csv/struct.Writer.html#method.flush
628607
[`form_urlencoded::byte_serialize`]: https://docs.rs/url/1.4.0/url/form_urlencoded/fn.byte_serialize.html
629608
[`form_urlencoded::parse`]: https://docs.rs/url/*/url/form_urlencoded/fn.parse.html
630-
[`csv::Writer`]: https://docs.rs/csv/*/csv/struct.Writer.html
631-
[`write_record`]: https://docs.rs/csv/*/csv/struct.Writer.html#method.write_record
609+
[`percent_decode`]: https://docs.rs/url/1.*/url/percent_encoding/fn.percent_decode.html
632610
[`serialize`]: https://docs.rs/csv/*/csv/struct.Writer.html#method.serialize
633-
[`flush`]: https://docs.rs/csv/*/csv/struct.Writer.html#method.flush
634-
[`csv::invalid_option`]: https://docs.rs/csv/*/csv/fn.invalid_option.html
611+
[`utf8_percent_encode`]: https://docs.rs/url/1.*/url/percent_encoding/fn.utf8_percent_encode.html
612+
[`write_record`]: https://docs.rs/csv/*/csv/struct.Writer.html#method.write_record
613+
614+
<!-- Other Reference -->
615+
616+
[application/x-www-form-urlencoded]: https://url.spec.whatwg.org/#application/x-www-form-urlencoded
617+
[percent-encoding]: https://en.wikipedia.org/wiki/Percent-encoding

src/intro.md

Lines changed: 1 addition & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -116,124 +116,7 @@ community. It needs and welcomes help. For details see
116116
| [Log to the Unix syslog][ex-log-syslog] | [![log-badge]][log] [![syslog-badge]][syslog] | [![cat-debugging-badge]][cat-debugging] |
117117
| [Log messages to a custom location][ex-log-custom] | [![log-badge]][log] | [![cat-debugging-badge]][cat-debugging] |
118118

119-
<!--
120-
121-
Links, in a few categories. Follow the existing structure.
122-
123-
Individual pages contain a subset of these exact links, depending on
124-
the crates and categories of their examples.
125-
126-
Keep lines sorted.
127-
128-
-->
129-
130-
<!-- Categories -->
131-
132-
[cat-no-std-badge]: https://badge-cache.kominick.com/badge/no_std--x.svg?style=social
133-
[cat-no-std]: https://crates.io/categories/no-std
134-
[cat-caching-badge]: https://badge-cache.kominick.com/badge/caching--x.svg?style=social
135-
[cat-caching]: https://crates.io/categories/caching
136-
[cat-command-line-badge]: https://badge-cache.kominick.com/badge/command_line--x.svg?style=social
137-
[cat-command-line]: https://crates.io/categories/command-line-interface
138-
[cat-compression-badge]: https://badge-cache.kominick.com/badge/compression--x.svg?style=social
139-
[cat-compression]: https://crates.io/categories/compression
140-
[cat-concurrency-badge]: https://badge-cache.kominick.com/badge/concurrency--x.svg?style=social
141-
[cat-concurrency]: https://crates.io/categories/concurrency
142-
[cat-cryptography-badge]: https://badge-cache.kominick.com/badge/cryptography--x.svg?style=social
143-
[cat-cryptography]: https://crates.io/categories/cryptography
144-
[cat-science-badge]: https://badge-cache.kominick.com/badge/science--x.svg?style=social
145-
[cat-science]: https://crates.io/categories/science
146-
[cat-rendering-badge]: https://badge-cache.kominick.com/badge/rendering--x.svg?style=social
147-
[cat-rendering]: https://crates.io/categories/rendering
148-
[cat-debugging-badge]: https://badge-cache.kominick.com/badge/debugging--x.svg?style=social
149-
[cat-debugging]: https://crates.io/categories/debugging
150-
[cat-encoding-badge]: https://badge-cache.kominick.com/badge/encoding--x.svg?style=social
151-
[cat-encoding]: https://crates.io/categories/encoding
152-
[cat-filesystem-badge]: https://badge-cache.kominick.com/badge/filesystem--x.svg?style=social
153-
[cat-filesystem]: https://crates.io/categories/filesystem
154-
[cat-net-badge]: https://badge-cache.kominick.com/badge/net--x.svg?style=social
155-
[cat-net]: https://crates.io/categories/network-programming
156-
[cat-os-badge]: https://badge-cache.kominick.com/badge/OS--x.svg?style=social
157-
[cat-os]: https://crates.io/categories/os
158-
[cat-rust-patterns-badge]: https://badge-cache.kominick.com/badge/rust_patterns--x.svg?style=social
159-
[cat-rust-patterns]: https://crates.io/categories/rust-patterns
160-
[cat-science-badge]: https://badge-cache.kominick.com/badge/science--x.svg?style=social
161-
[cat-science]: https://crates.io/categories/science
162-
[cat-text-processing-badge]: https://badge-cache.kominick.com/badge/text_processing--x.svg?style=social
163-
[cat-text-processing]: https://crates.io/categories/text-processing
164-
165-
<!-- Crates -->
166-
167-
[base64-badge]: https://badge-cache.kominick.com/crates/v/base64.svg?label=base64
168-
[base64]: https://docs.rs/base64/
169-
[bitflags-badge]: https://badge-cache.kominick.com/crates/v/bitflags.svg?label=bitflags
170-
[bitflags]: https://docs.rs/bitflags/
171-
[byteorder-badge]: https://badge-cache.kominick.com/crates/v/byteorder.svg?label=byteorder
172-
[byteorder]: https://docs.rs/byteorder/
173-
[chrono-badge]: https://badge-cache.kominick.com/crates/v/chrono.svg?label=chrono
174-
[chrono]: https://docs.rs/chrono/
175-
[clap-badge]: https://badge-cache.kominick.com/crates/v/clap.svg?label=clap
176-
[clap]: https://docs.rs/clap/
177-
[crossbeam-badge]: https://badge-cache.kominick.com/crates/v/crossbeam.svg?label=crossbeam
178-
[crossbeam]: https://docs.rs/crossbeam/
179-
[csv-badge]: https://badge-cache.kominick.com/crates/v/csv.svg?label=csv
180-
[csv]: https://docs.rs/csv/
181-
[data-encoding-badge]: https://badge-cache.kominick.com/crates/v/data-encoding.svg?label=data-encoding
182-
[data-encoding]: https://docs.rs/data-encoding/
183-
[env_logger-badge]: https://badge-cache.kominick.com/crates/v/env_logger.svg?label=env_logger
184-
[env_logger]: https://docs.rs/env_logger/
185-
[flate2-badge]: https://badge-cache.kominick.com/crates/v/flate2.svg?label=flate2
186-
[flate2]: https://docs.rs/flate2/
187-
[glob-badge]:https://badge-cache.kominick.com/crates/v/glob.svg?label=glob
188-
[glob]: https://docs.rs/glob/
189-
[hyper-badge]: https://badge-cache.kominick.com/crates/v/hyper.svg?label=hyper
190-
[hyper]: https://docs.rs/hyper/
191-
[lazy_static-badge]: https://badge-cache.kominick.com/crates/v/lazy_static.svg?label=lazy_static
192-
[lazy_static]: https://docs.rs/lazy_static/
193-
[log-badge]: https://badge-cache.kominick.com/crates/v/log.svg?label=log
194-
[log]: https://docs.rs/log/
195-
[rand-badge]: https://badge-cache.kominick.com/crates/v/rand.svg?label=rand
196-
[rand]: https://docs.rs/rand/
197-
[rayon-badge]: https://badge-cache.kominick.com/crates/v/rayon.svg?label=rayon
198-
[rayon]: https://docs.rs/rayon/
199-
[image-badge]: https://badge-cache.kominick.com/crates/v/image.svg?label=image
200-
[image]: https://docs.rs/image/
201-
[num-badge]: https://badge-cache.kominick.com/crates/v/num.svg?label=num
202-
[num]: https://docs.rs/num/
203-
[num_cpus-badge]: https://badge-cache.kominick.com/crates/v/num_cpus.svg?label=num_cpus
204-
[num_cpus]: https://docs.rs/num_cpus/
205-
[threadpool-badge]: https://badge-cache.kominick.com/crates/v/threadpool.svg?label=threadpool
206-
[threadpool]: https://docs.rs/threadpool/
207-
[regex-badge]: https://badge-cache.kominick.com/crates/v/regex.svg?label=regex
208-
[regex]: https://docs.rs/regex/
209-
[reqwest-badge]: https://badge-cache.kominick.com/crates/v/reqwest.svg?label=reqwest
210-
[reqwest]: https://docs.rs/reqwest/
211-
[ring-badge]: https://badge-cache.kominick.com/crates/v/ring.svg?label=ring
212-
[ring]: https://docs.rs/ring/
213-
[same_file-badge]: https://badge-cache.kominick.com/crates/v/same_file.svg?label=same_file
214-
[same_file]: https://docs.rs/same-file/
215-
[select-badge]: https://badge-cache.kominick.com/crates/v/select.svg?label=select
216-
[select]: https://docs.rs/select/
217-
[serde-badge]: https://badge-cache.kominick.com/crates/v/serde.svg?label=serde
218-
[serde-json-badge]: https://badge-cache.kominick.com/crates/v/serde_json.svg?label=serde_json
219-
[serde-json]: https://docs.serde.rs/serde_json/
220-
[serde]: https://docs.rs/serde/
221-
[std-badge]: https://badge-cache.kominick.com/badge/std-1.19.0-blue.svg
222-
[std]: https://doc.rust-lang.org/std
223-
[syslog-badge]: https://badge-cache.kominick.com/crates/v/syslog.svg?label=syslog
224-
[syslog]: https://docs.rs/syslog/
225-
[tar-badge]: https://badge-cache.kominick.com/crates/v/tar.svg?label=tar
226-
[tar]: https://docs.rs/tar/
227-
[tempdir-badge]: https://badge-cache.kominick.com/crates/v/tempdir.svg?label=tempdir
228-
[tempdir]: https://docs.rs/tempdir/
229-
[toml-badge]: https://badge-cache.kominick.com/crates/v/toml.svg?label=toml
230-
[toml]: https://docs.rs/toml/
231-
[url-badge]: https://badge-cache.kominick.com/crates/v/url.svg?label=url
232-
[url]: https://docs.rs/url/
233-
[walkdir-badge]: https://badge-cache.kominick.com/crates/v/walkdir.svg?label=walkdir
234-
[walkdir]: https://docs.rs/walkdir/
235-
[memmap-badge]: https://badge-cache.kominick.com/crates/v/memmap.svg?label=memmap
236-
[memmap]: https://docs.rs/memmap/
119+
{{#include links.md}}
237120

238121
<!-- Examples -->
239122

0 commit comments

Comments
 (0)