Hi, I'm Matthias Endler! 🪴
I'm based in Düsseldorf, Germany, and work as a Rust consultant at corrode. I maintain lychee, a high-performance link checker, and mostly write about Rust and indie development.
Hi, I'm Matthias Endler! 🪴
I'm based in Düsseldorf, Germany, and work as a Rust consultant at corrode. I maintain lychee, a high-performance link checker, and mostly write about Rust and indie development.
⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm
🍿 Show notes, code, and future topic ideas for "Hello Rust!", a YouTube channel about the Rust programming language.
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Not paying Cloudflare to host my private blog.
Cargo.toml
for Typos
What it does
Currently, misspelled or non-existent lint names aren't detected when configured in Cargo.toml
, causing a silent failure.
[package]
name…