summaryrefslogtreecommitdiffstats
path: root/crate_db/README.md
blob: 5601db53860a604206d55f1e51db9ec07f10864d (plain)
1
2
3
4
5
6
7
8
9
10
# Database of crate metadata

Sqlite database with:

 * crate metadata and downloads
 * all crate keywords
 * crate [categories](https://gitlab.com/crates.rs/categories)
 * [crate files](https://lib.rs/data)

This is used to make crate category pages, read crate data files, as well as to guess categories and keywords for crates that are missing them in their metadata.