2021-02-18 19:50:52 +01:00
|
|
|
mod common;
|
2021-03-15 18:11:10 +01:00
|
|
|
mod documents;
|
2021-02-18 19:50:52 +01:00
|
|
|
mod index;
|
2021-02-18 22:10:50 +01:00
|
|
|
mod search;
|
|
|
|
mod settings;
|
2021-02-23 19:15:42 +01:00
|
|
|
mod updates;
|
2021-03-15 19:08:19 +01:00
|
|
|
mod stats;
|
2021-02-18 20:44:33 +01:00
|
|
|
|
|
|
|
// Tests are isolated by features in different modules to allow better readability, test
|
|
|
|
// targetability, and improved incremental compilation times.
|
|
|
|
//
|
|
|
|
// All the integration tests live in the same root module so only one test executable is generated,
|
|
|
|
// thus improving linking time.
|