{"adoption": {"forks": 165, "observed_at": "2026-08-28T04:08:09.506403+00:00", "stars": 3550}, "canonical_url": "https://ross.abutalabs.com/products/maciejhirsz-logos", "card": {"archived": false, "artifact_type": "library", "description": "Create ridiculously fast Lexers", "domain": ["parsers", "programming-languages", "developer-tools"], "enriched": true, "function": ["parser", "compiler", "developer-tools"], "health_score": 92, "homepage": "https://logos.maciej.codes", "language": "Rust", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["maciejhirsz/logos"], "name": "maciejhirsz/logos", "platform": ["rust", "cross-platform"], "pushed_at": "2026-07-08T12:51:32+00:00", "repo": "maciejhirsz/logos", "stars": 3550, "tags": ["lexer-generator", "tokenizer", "lexical-analysis", "derive-macro", "no-std", "finite-state-machine", "compile-time-codegen"], "topics": ["lexer", "lexer-generator", "rust", "parser", "parsing"], "urls": [], "use_cases": ["generate a lexer for a custom programming language in rust", "tokenize source code faster than a hand-written lexer", "build a tokenizer from regex patterns with a derive macro", "lex large inputs at gigabyte-per-second throughput", "write a no_std compatible tokenizer for embedded rust", "feed tokens into a hand-written parser"], "what_it_is": "Logos is a Rust lexer generator library that derives fast tokenizers from enum definitions using token and regex attributes. It combines all token patterns into a single deterministic finite automaton optimized at compile time with lookup and jump tables.", "when_to_avoid": ["you need a full parser with grammar rules, not just tokenization", "you are not working in Rust", "you need dynamic or runtime-configurable token definitions"], "when_to_choose": ["you are writing a compiler, interpreter, or parser in Rust and need a fast lexer", "you want compile-time generated state machines instead of runtime regex matching", "you need no_std support or minimal backtracking-free tokenization"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/maciejhirsz-logos", "repo": "maciejhirsz/logos", "role": "main", "score": 81}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:09.506403+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:34:21.414607+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "74455394f00ae93d8b3c14ef52164b1f0def55cea9a7562ad9fbdac6c366656f", "fetched_at": "2026-08-28T04:08:09.506403+00:00", "kind": "readme", "missing": false, "url": "https://github.com/maciejhirsz/logos"}, {"content_hash": "966dd9604a99cdbb5232f3a9c6aae5f9e03f3035ed08b31bda17290ce8d531a1", "fetched_at": "2026-08-29T09:28:20.568211+00:00", "kind": "homepage", "missing": false, "url": "https://logos.maciej.codes"}, {"content_hash": "b3d72e7e46df826c33ddb5944fc6deb7b5342891e1421f4d96215fc474f6c359", "fetched_at": "2026-08-29T09:28:20.570528+00:00", "kind": "site_page", "missing": false, "url": "https://logos.maciej.codes/getting-started.html"}, {"content_hash": "dae85346fbccaf1b9839183b322c80d4aa18f36f08ccf85c0617e5e7c93e5da5", "fetched_at": "2026-08-29T09:28:20.572337+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/logos"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 91, "longevity": 100, "rhythm": 56}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2854, "days_push": 56, "days_rel": 215, "gap_med": 64.0, "n_releases_24m": 7}, "score": 81, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}