We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5768b96 commit 43c233bCopy full SHA for 43c233b
src/index.rs
@@ -1,3 +1,7 @@
1
+//! This module contains the glue code between our database and the index files
2
+//! and is used by the corresponding background jobs to generate the
3
+//! index files.
4
+
5
use crate::models::{Crate, CrateVersions, Dependency, Version};
6
use crate::schema::{crates, dependencies};
7
use crate::util::diesel::Conn;
0 commit comments