Skip to content
Dataset of Rust source code repositories
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data Automatic lists update Apr 4, 2019
src run rustfmt Dec 24, 2018
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
LICENSE
README.md
ci-update.sh

README.md

Rust repositories list

This repository contains a list of all the public GitHub repos with source code written in the Rust programming language. This repositories contains both the source code for the scraper and the scraped list.

Everything in this repository, unless otherwise specified, is released under the MIT license.

Running the scraper

To run the scraper, execute the program with the GITHUB_TOKEN environment variable (containing a valid GitHub API token -- no permissions are required) and the data directory as the first argument:

$ GITHUB_TOKEN=foobar cargo run --release -- data

The scraper automatically saves its state to disk, so it can be interrupted and it will resume where it left. This also allows incremental updates of the list.

Using the data

The data is available in the data/github.csv file, in CSV format. That file contains the GitHub GraphQL ID of the repository, its name, and whether it contains a Cargo.toml and Cargo.lock.

All the repositories contained in the dataset are marked as using the language by GitHub. Some results might be inaccurate for this reason.

You can’t perform that action at this time.