summaryrefslogtreecommitdiffstats
path: root/rich_crate/README.md
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-01-19 12:28:43 +0000
committerKornel <kornel@geekhood.net>2019-01-19 12:28:43 +0000
commitbd17aa5dd9facc4282ba1998cb5691c4ec3c575f (patch)
tree010f5978e758942d4f744f084159ec67f38319d5 /rich_crate/README.md
parent11464857a43ddd1fab3d3cc0c6152c082741c727 (diff)
Move to subdir
Diffstat (limited to 'rich_crate/README.md')
-rw-r--r--rich_crate/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/rich_crate/README.md b/rich_crate/README.md
new file mode 100644
index 0000000..4c89056
--- /dev/null
+++ b/rich_crate/README.md
@@ -0,0 +1,5 @@
+# Wrapper for crates.rs crate data
+
+It's a struct that combines all data sources used for crates.rs crates. It's a combination of data from crates.io, GitHub and crates.rs' own database.
+
+Creation of this struct requires a lot of input sources, so it's done by the [kitchen_sink](https://gitlab.com/crates.rs/kitchen_sink) library that links them all.