You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Replace runtime Selector::parse calls on static strings with module-level LazyLock statics in source_scraper.rs (ANCHOR_SELECTOR) and scraper.rs (SEL_TITLE, SEL_H1, SEL_BODY), so each selector is compiled once at first use instead of on every function call. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| db | 3 months ago | |
| handlers | 3 months ago | |
| middleware | ||
| models | 3 months ago | |
| services | 3 months ago | |
| util | ||
| app_state.rs | ||
| cli.rs | ||
| config.rs | 3 months ago | |
| errors.rs | ||
| lib.rs | ||
| logging.rs | ||
| main.rs | 3 months ago | |
| router.rs | ||