From 87424b3f60217fbdb29d81242da4e57b0959fd3a Mon Sep 17 00:00:00 2001 From: Rodin <4+rodin@noreply.gitea.weiker.me> Date: Fri, 8 May 2026 01:12:58 +0000 Subject: [PATCH] docs: document rust stdlib as the source --- sources/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/README.md b/sources/README.md index bf366c7..12157f5 100644 --- a/sources/README.md +++ b/sources/README.md @@ -7,3 +7,7 @@ The `patterns/` directory is **prescriptive** — it tells you what to do. Patterns that prove broadly applicable get promoted from here into `patterns/`. The rest stays as reference for understanding how mature projects solve specific problems. + +## Origin + +All patterns in this repo were extracted from the [Rust standard library](https://github.com/rust-lang/rust) (`library/` directory) at commit [`f53b654`](https://github.com/rust-lang/rust/tree/f53b654a8882fd5fc036c4ca7a4ff41ce32497a6) — 325,000 commits, 8,021 contributors.