Matthias Endler
dbdad1e8ac
Only create issue on lychee error
2023-07-07 02:21:12 +02:00
Matthias Endler
07e51fb8f0
Add "Tricks of the Trait: Enabling Ergonomic Extractors" by @robjtede
2023-04-19 23:12:32 +02:00
unvalley
2aaf87bf70
clean up a little bit and add some projects and books ( #41 )
...
* chore: fix typo and add rustlings
* chore: fix typo and add some books
* chore: restore waste change
2023-02-26 01:39:46 +01:00
Matthias Endler
98b043ac52
Add "Comprehensive Rust"
2023-01-08 14:15:35 +01:00
Matthias Endler
9d99ab1b0a
Add "Ergonomic APIs for hard problems" by @raphlinus
2023-01-08 14:04:18 +01:00
duthils
fcbd0c8a7d
articles-2020: fix broken link ( #40 )
2023-01-08 13:23:44 +01:00
Matthias
52a438082a
Lift Reddit link checking restriction; formatting
2022-12-01 17:02:32 +01:00
Matthias
5f20143c12
don't check LinkedIn Urls
2022-12-01 17:02:18 +01:00
Matthias
d94012109b
Add "Nine Rules for Elegant Rust Library APIs" by Carl Kadie
2022-11-29 14:29:18 +01:00
Matthias
bfd4fea7d7
Fail on broken links
2022-11-25 12:26:30 +01:00
Matthias
0bf95f074f
Redirect to archived versions of broken links
2022-11-25 12:25:30 +01:00
Matthias
a30b913d08
Add blessed
2022-11-07 23:21:24 +01:00
Matthias
a785244a0d
Update check_links.yml
2022-08-22 16:54:09 +02:00
Matthias
7be72f0ef8
Add "High Assurance Rust"
2022-04-07 10:50:37 +02:00
Matthias
c1dff1ee43
Link to link checker workflow
2022-03-07 00:55:34 +01:00
Matthias
861c548f71
Add "Context-preserving error handling" by @nagisa
2022-02-10 23:52:25 +01:00
Tmk
9e314e45f9
fix: typo ( #33 )
2022-02-04 12:57:06 +01:00
Matthias
22cddc3a42
Add "Hexagonal architecture in Rust" by @alexislozano
2022-02-02 14:20:29 +01:00
Ken Youens-Clark
f202a6c6f2
Add Command-Line Rust book by @kyclark
2021-11-28 16:49:38 +01:00
Rod Elias
ce10a56509
docs: RfR is not Early Access anymore ( #32 )
2021-11-28 16:41:19 +01:00
simonsan
bc6130ee0a
Update Rust Design Patterns ( #30 )
2021-11-21 17:20:11 +01:00
Matthias
67ce9a574d
Fix link checker after upgrade to 0.8.0
2021-11-10 15:55:20 +01:00
Matthias
b5d7c75472
Exclude reddit.com from link checking
2021-09-30 23:24:25 +02:00
Matthias
b779494900
Use more descriptive user agent
2021-09-30 23:18:59 +02:00
Matthias
6b71ee6062
Different lychee user agent
2021-09-30 23:08:55 +02:00
Matthias
2fecaf9428
Fix Rust By Example link
2021-07-16 11:51:06 +02:00
Matthias
e6087c947d
Add "Rust for Rustaceans" by @jonhoo
2021-06-17 00:07:44 +02:00
Matthias
97469f8610
Add "Rust Patterns: Enums Instead Of Booleans" by @blakesmith
2021-06-16 23:59:54 +02:00
Matthias
e9c26d4460
Add "Naming Your Lifetimes" by Possible Rust
2021-05-31 14:20:30 +02:00
Matthias
2f8d791c51
Add "Aiming for idiomatic Rust" by @shakyshane
2021-05-31 14:16:35 +02:00
Matthias
c8221e1579
Update README.md
2021-04-01 13:16:38 +02:00
Matthias
4d56c86540
Update FUNDING.yml
2021-04-01 13:15:15 +02:00
Matthias
a85145f6bb
Add "Are out parameters idiomatic in Rust?" by @steveklabnik
2021-03-31 19:21:52 +02:00
Matthias
057b098b9a
Rust API Guidelines have moved
2021-03-31 14:50:24 +02:00
Matthias
69dffc84fb
Fix link to ripgrep code review article
2021-03-29 12:40:15 +02:00
Matthias
de5d7e31d9
Update check_links.yml
2021-03-29 12:37:45 +02:00
Matthias
3ceb49f8f8
Rephrase history
2021-03-29 12:36:19 +02:00
Matthias
ad4929adce
Add CLI book; split articles and books into separate sections
2021-03-29 12:05:46 +02:00
Matthias
45479fea66
Add "Possible Rust" by @alilleybrinker
2021-03-19 19:53:32 +01:00
Matthias
5a9722ef61
Add forum entry: "Preferred way of passing Path
-like types around?"
2021-03-10 10:35:21 +01:00
Matthias
3a721c9442
Add "Wrapping errors in Rust"
2021-02-01 13:39:18 +01:00
Matthias Endler
c886fd8b47
Clean up old link checker in favor of lychee action
2020-12-14 11:35:58 +01:00
Matthias
98dcd6dff7
Migrate link checking to lychee
2020-12-14 11:35:00 +01:00
Matthias
ae23f6b923
Add "Refactoring Rust Transpiled from C" by @thedataking
2020-11-13 16:00:37 +01:00
john li
631570f198
link to official clippy repo ( #16 )
2020-11-12 15:03:21 +01:00
Luciano Mammino
268554f0e4
Added @stefanoabalsamo79 as latest article co author ( #15 )
...
Ps: thanks for mentioning this article here
2020-10-21 01:56:49 +02:00
Matthias
d1f191c0a0
Fix link to @lmammino's Github profile. 😅
2020-10-20 23:12:04 +02:00
Simon Morgan
3cfbcaca78
Link to rust-lang-nursery Rust Cookbook repository ( #14 )
...
The current Rust Cookbook repository link points to a fork that hasn't been updated in almost 2 years, so I've updated it to point to the original which was updated quite recently.
2020-10-20 23:09:56 +02:00
Matthias
1a30a75180
Add "Learning Rust through open source and live code reviews" by @lmammino
2020-10-15 12:33:00 +02:00
Matthias
f8fa01e8c1
fix link
2020-09-20 02:09:11 +02:00