anthropics / cargo-nix-plugin Contributors |
An overview of contributor trends.
Committed in past 6 months (a rookie = the first commit in past year)
Past 30 days (3):
Past 31 to 90 days (1):
No contributors in past 91 to 180 days.
Last contributors more than 6 months ago
|
3
|
3
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|||||
| commits |
8
|
7
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
||||
| line churn |
+466
-66 |
+242
-70 |
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
||||
| 30d | 3m | 1y | all time | ||||||||||||||||||||||||||
|
Jörg Thalheim <jorg@anthropic.com>
|
5 +118 / -32 |
5 +118 / -32 |
5 +118 / -32 |
5 +118 / -32 |
|
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|
Ramses <ramses@well-founded.dev>
|
4 +287 / -59 |
4 +287 / -59 |
4 +287 / -59 |
4 +287 / -59 |
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|
Jörg Thalheim <mic92@users.noreply.github.com>
|
3 +198 / -14 |
3 +198 / -14 |
3 +198 / -14 |
3 +198 / -14 |
|
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|
Ilan Joselevich <personal@ilanjoselevich.com>
|
- | 3 +105 / -31 |
3 +105 / -31 |
3 +105 / -31 |
-
|
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
|||||
| commits |
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
-
|
||||
| 30d | 3m | 1y | all time |
3 contributors (12 commits):
| # | Contributor |
First Commit |
Latest Commit |
Commits Count |
Line Churn |
File Updates (per extension) |
|---|---|---|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
2026-05-30 | 2026-06-17 | 5 (41%) | +118 / -32 | nix (3), yaml (2), rs (1), md (1), toml (1) |
| 2. | Ramses <ramses@well-founded.dev> |
2026-06-16 | 2026-06-17 | 4 (33%) | +287 / -59 | nix (4), md (3), rs (2), toml (1) |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
2026-05-30 | 2026-06-17 | 3 (25%) | +198 / -14 | nix (3), rs (1), yaml (1) |
A contributor dependency is detected if two contributors have changed the same files in the past 30 days.
The number on lines shows the number of same files that both persons changed in past 30 days.
flowchart TB
n0["ramses@well-founded.dev"]
n1["jorg@anthropic.com"]
n2["mic92@users.noreply.github.com"]
n0 ---|"4"| n1
n0 ---|"2"| n2
n2 ---|"2"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688b93,stroke-width:4px
linkStyle 1 stroke:#00688b70,stroke-width:2px
linkStyle 2 stroke:#00688b70,stroke-width:2px
| Contributor 1 | Contributor 2 | # shared files | |
|---|---|---|---|
| 1. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <jorg@anthropic.com> |
4 shared filestests/offline-build-test.nix tests/sample-project/sample-lib/src/lib.rs tests/sample-project/sample-lib/Cargo.toml README.md |
| 2. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <mic92@users.noreply.github.com> |
2 shared filesrust/src/lockfile_resolve/mod.rs lib/default.nix |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
Jörg Thalheim <jorg@anthropic.com> |
2 shared filestests/chroot-store-test.nix .github/workflows/ci.yaml |
| Contributor | # connections | # commits | |
|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
2 | 5 |
| 2. | Ramses <ramses@well-founded.dev> |
2 | 4 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
2 | 3 |
C-median: 2.0
A half of the contributors has more than 2.0 connections, and a half has less than this number.
C-mean: 2.0
An average number of connections a contributor has with other contributors.
C-index: 2.0
There are 2.0 contributors with 2.0 or more connections.
4 contributors (15 commits):
| # | Contributor |
First Commit |
Latest Commit |
Commits Count |
Line Churn |
File Updates (per extension) |
|---|---|---|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
2026-05-30 | 2026-06-17 | 5 (33%) | +118 / -32 | nix (3), yaml (2), rs (1), md (1), toml (1) |
| 2. | Ramses <ramses@well-founded.dev> |
2026-06-16 | 2026-06-17 | 4 (26%) | +287 / -59 | nix (4), md (3), rs (2), toml (1) |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
2026-05-30 | 2026-06-17 | 3 (20%) | +198 / -14 | nix (3), rs (1), yaml (1) |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
2026-05-24 | 2026-05-24 | 3 (20%) | +105 / -31 | nix (3), md (2) |
A contributor dependency is detected if two contributors have changed the same files in the past 90 days.
The number on lines shows the number of same files that both persons changed in past 90 days.
flowchart TB
n0["ramses@well-founded.dev"]
n1["jorg@anthropic.com"]
n2["mic92@users.noreply.github.com"]
n3["personal@ilanjoselevich.com"]
n0 ---|"4"| n1
n0 ---|"2"| n2
n2 ---|"2"| n1
n3 ---|"2"| n0
n3 ---|"1"| n2
n3 ---|"1"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688b93,stroke-width:4px
linkStyle 1 stroke:#00688b70,stroke-width:2px
linkStyle 2 stroke:#00688b70,stroke-width:2px
linkStyle 3 stroke:#00688b70,stroke-width:2px
linkStyle 4 stroke:#00688b5E,stroke-width:1px
linkStyle 5 stroke:#00688b5E,stroke-width:1px
| Contributor 1 | Contributor 2 | # shared files | |
|---|---|---|---|
| 1. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <jorg@anthropic.com> |
4 shared filestests/offline-build-test.nix tests/sample-project/sample-lib/src/lib.rs tests/sample-project/sample-lib/Cargo.toml README.md |
| 2. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <mic92@users.noreply.github.com> |
2 shared filesrust/src/lockfile_resolve/mod.rs lib/default.nix |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
Jörg Thalheim <jorg@anthropic.com> |
2 shared filestests/chroot-store-test.nix .github/workflows/ci.yaml |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
Ramses <ramses@well-founded.dev> |
2 shared fileslib/default.nix README.md |
| 5. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <mic92@users.noreply.github.com> |
1 shared filelib/default.nix |
| 6. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <jorg@anthropic.com> |
1 shared fileREADME.md |
| Contributor | # connections | # commits | |
|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
3 | 5 |
| 2. | Ramses <ramses@well-founded.dev> |
3 | 4 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
3 | 3 |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
3 | 3 |
C-median: 3.0
A half of the contributors has more than 3.0 connections, and a half has less than this number.
C-mean: 3.0
An average number of connections a contributor has with other contributors.
C-index: 3.0
There are 3.0 contributors with 3.0 or more connections.
4 contributors (15 commits):
| # | Contributor |
First Commit |
Latest Commit |
Commits Count |
Line Churn |
|---|---|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
2026-05-30 | 2026-06-17 | 5 (33%) | +118 / -32 |
| 2. | Ramses <ramses@well-founded.dev> |
2026-06-16 | 2026-06-17 | 4 (26%) | +287 / -59 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
2026-05-30 | 2026-06-17 | 3 (20%) | +198 / -14 |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
2026-05-24 | 2026-05-24 | 3 (20%) | +105 / -31 |
A contributor dependency is detected if two contributors have changed the same files in the past 180 days.
The number on lines shows the number of same files that both persons changed in past 180 days.
flowchart TB
n0["ramses@well-founded.dev"]
n1["jorg@anthropic.com"]
n2["mic92@users.noreply.github.com"]
n3["personal@ilanjoselevich.com"]
n0 ---|"4"| n1
n0 ---|"2"| n2
n2 ---|"2"| n1
n3 ---|"2"| n0
n3 ---|"1"| n2
n3 ---|"1"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688b93,stroke-width:4px
linkStyle 1 stroke:#00688b70,stroke-width:2px
linkStyle 2 stroke:#00688b70,stroke-width:2px
linkStyle 3 stroke:#00688b70,stroke-width:2px
linkStyle 4 stroke:#00688b5E,stroke-width:1px
linkStyle 5 stroke:#00688b5E,stroke-width:1px
| Contributor 1 | Contributor 2 | # shared files | |
|---|---|---|---|
| 1. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <jorg@anthropic.com> |
4 shared filestests/offline-build-test.nix tests/sample-project/sample-lib/src/lib.rs tests/sample-project/sample-lib/Cargo.toml README.md |
| 2. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <mic92@users.noreply.github.com> |
2 shared filesrust/src/lockfile_resolve/mod.rs lib/default.nix |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
Jörg Thalheim <jorg@anthropic.com> |
2 shared filestests/chroot-store-test.nix .github/workflows/ci.yaml |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
Ramses <ramses@well-founded.dev> |
2 shared fileslib/default.nix README.md |
| 5. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <mic92@users.noreply.github.com> |
1 shared filelib/default.nix |
| 6. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <jorg@anthropic.com> |
1 shared fileREADME.md |
| Contributor | # connections | # commits | |
|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
3 | 5 |
| 2. | Ramses <ramses@well-founded.dev> |
3 | 4 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
3 | 3 |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
3 | 3 |
C-median: 3.0
A half of the contributors has more than 3.0 connections, and a half has less than this number.
C-mean: 3.0
An average number of connections a contributor has with other contributors.
C-index: 3.0
There are 3.0 contributors with 3.0 or more connections.
4 contributors (15 commits):
| # | Contributor |
First Commit |
Latest Commit |
Commits Count |
Line Churn |
|---|---|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
2026-05-30 | 2026-06-17 | 5 (33%) | +118 / -32 |
| 2. | Ramses <ramses@well-founded.dev> |
2026-06-16 | 2026-06-17 | 4 (26%) | +287 / -59 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
2026-05-30 | 2026-06-17 | 3 (20%) | +198 / -14 |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
2026-05-24 | 2026-05-24 | 3 (20%) | +105 / -31 |
A contributor dependency is detected if two contributors have changed the same files in the past 365 days.
The number on lines shows the number of same files that both persons changed in past 365 days.
flowchart TB
n0["ramses@well-founded.dev"]
n1["jorg@anthropic.com"]
n2["mic92@users.noreply.github.com"]
n3["personal@ilanjoselevich.com"]
n0 ---|"4"| n1
n0 ---|"2"| n2
n2 ---|"2"| n1
n3 ---|"2"| n0
n3 ---|"1"| n2
n3 ---|"1"| n1
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
linkStyle 0 stroke:#00688b93,stroke-width:4px
linkStyle 1 stroke:#00688b70,stroke-width:2px
linkStyle 2 stroke:#00688b70,stroke-width:2px
linkStyle 3 stroke:#00688b70,stroke-width:2px
linkStyle 4 stroke:#00688b5E,stroke-width:1px
linkStyle 5 stroke:#00688b5E,stroke-width:1px
| Contributor 1 | Contributor 2 | # shared files | |
|---|---|---|---|
| 1. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <jorg@anthropic.com> |
4 shared filestests/offline-build-test.nix tests/sample-project/sample-lib/src/lib.rs tests/sample-project/sample-lib/Cargo.toml README.md |
| 2. | Ramses <ramses@well-founded.dev> |
Jörg Thalheim <mic92@users.noreply.github.com> |
2 shared filesrust/src/lockfile_resolve/mod.rs lib/default.nix |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
Jörg Thalheim <jorg@anthropic.com> |
2 shared filestests/chroot-store-test.nix .github/workflows/ci.yaml |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
Ramses <ramses@well-founded.dev> |
2 shared fileslib/default.nix README.md |
| 5. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <mic92@users.noreply.github.com> |
1 shared filelib/default.nix |
| 6. | Ilan Joselevich <personal@ilanjoselevich.com> |
Jörg Thalheim <jorg@anthropic.com> |
1 shared fileREADME.md |
| Contributor | # connections | # commits | |
|---|---|---|---|
| 1. | Jörg Thalheim <jorg@anthropic.com> |
3 | 5 |
| 2. | Ramses <ramses@well-founded.dev> |
3 | 4 |
| 3. | Jörg Thalheim <mic92@users.noreply.github.com> |
3 | 3 |
| 4. | Ilan Joselevich <personal@ilanjoselevich.com> |
3 | 3 |
C-median: 3.0
A half of the contributors has more than 3.0 connections, and a half has less than this number.
C-mean: 3.0
An average number of connections a contributor has with other contributors.
C-index: 3.0
There are 3.0 contributors with 3.0 or more connections.