{"id":16189977,"url":"https://github.com/brson/stabworld","last_synced_at":"2025-08-30T15:31:58.581Z","repository":{"id":21692506,"uuid":"25013821","full_name":"brson/stabworld","owner":"brson","description":"Tools for analyzing how the Rust ecosystem is using the language","archived":false,"fork":false,"pushed_at":"2015-01-21T21:09:38.000Z","size":236,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-15T17:51:16.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-10T00:18:42.000Z","updated_at":"2024-11-12T11:11:20.000Z","dependencies_parsed_at":"2022-08-18T05:10:24.252Z","dependency_job_id":null,"html_url":"https://github.com/brson/stabworld","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brson%2Fstabworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brson%2Fstabworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brson%2Fstabworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brson%2Fstabworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brson","download_url":"https://codeload.github.com/brson/stabworld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231501580,"owners_count":18386285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T07:37:53.698Z","updated_at":"2024-12-27T14:53:56.160Z","avatar_url":"https://github.com/brson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a set of shell scripts for analyzing Rust/Cargo repositories\nen-masse.\n\n# Basic usage\n\n```\n\u003e ./dl-cargo-packages.py crates.io-index crates sources\n\u003e ./analyze.sh crates.io-index sources data\n\u003e cat data/analysis_features.txt\n\u003e cat data/analysis_deps.txt\n```\n\n# What's here?\n\n* `dl-cargo-packages.py` Downloads and extracts the most recent\n  version of all registered Cargo packages.\n* `clone.sh` - Clone a list of repositories into a directory\n* `extract_features.sh` - Extract the features used by a local\n  repository in the form 'repo: feature*'\n* `extract_features_from_world.sh` - As above but for a directory of\n  local repos\n* `extract_deps.sh` - Extract the package names of transitive\n  dependencies used by a local cargo repository in the form 'repo:\n  package*'. Requires cargo-dot[1].\n* `extract_deps_from_world.sh` - As above but for a directory of local\n  repos\n* `extract_deps_sources.sh` - Extract the package sources of transitive\n  dependencies used by a local cargo repository in the form 'repo:\n  source*'. Requires cargo-dot[1].\n* `extract_deps_sources_from_world.sh` - As above but for a directory\n  of local repos\n* `extract_package_name.sh` - Extract the cargo package name of a local\n  cargo repository in the form 'repo: package'\n* `extract_package_names_from_world.sh` - As above but for a directory\n  of local repos\n* `find_new_sources.sh` - Creates a list of source repos based\n  the output of `extract_deps_sources_from_world.sh`.\n* `gen_package_features.sh` - Combines the output of\n  `extract_features_from_world.sh` (a list of 'repo: feature*') and\n  the output of `extract_package_names_from_world.sh` (a list of\n  'repo: package') to create a list of packages and the features they\n  use (a list of 'package: feature*')\n* `rank_deps.sh` - Ranks the most popular packages based on the\n  output of `extract_deps_from_world.sh`\n* `analyze_features.sh` - Does some basic analysis on feature usage\n  based on the output of `extract_features_from_world.sh`\n* `analyze_deps.sh` - Combines the output of\n  `rank_deps.sh` with the output of `gen_package_features.sh` to create\n  a list of the most popular packages along with the features they\n  require\n\n\n[1]: https://github.com/maxsnew/cargo-dot\n\n# TODO\n\n* Analyze stability\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrson%2Fstabworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrson%2Fstabworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrson%2Fstabworld/lists"}