| 1 | topic: |
| 2 | id: rust |
| 3 | name: "Rust Ecosystem" |
| 4 | description: "Weekly digest of trending Rust repositories and crates on GitHub" |
| 5 | |
| 6 | queries: |
| 7 | primary: |
| 8 | - "language:rust stars:>50 pushed:>{last_week}" |
| 9 | - "topic:rust stars:>50 pushed:>{last_week}" |
| 10 | secondary: |
| 11 | - "topic:cargo stars:>30 pushed:>{last_week}" |
| 12 | - "topic:wasm language:rust stars:>30 pushed:>{last_week}" |
| 13 | |
| 14 | scoring: |
| 15 | min_stars: 30 |
| 16 | min_stars_gained: 15 |
| 17 | max_age_days: 730 |
| 18 | min_relevance_score: 35 |
| 19 | language_boost: |
| 20 | Rust: 1.3 |
| 21 | topic_relevance: |
| 22 | - rust |
| 23 | - cargo |
| 24 | - wasm |
| 25 | - systems-programming |
| 26 | - async-rust |
| 27 | |
| 28 | quality: |
| 29 | min_repos_per_week: 5 |
| 30 | max_repos_per_week: 25 |
| 31 | min_quality_score: 55 |
| 32 | |
| 33 | learning: |
| 34 | wisdom_file: "topics/rust/wisdom.md" |
| 35 | skills_dir: "topics/rust/skills/" |
| 36 | prediction_file: "topics/rust/predictions.jsonl" |
| 37 | scorecard_dir: "topics/rust/scorecards/" |