1//! Core algorithms and data structures.
23pub mod check_out;
4pub mod config;
5pub mod dag;
6pub mod effects;
7pub mod eventlog;
8pub mod formatting;
9pub mod gc;
10pub mod node_descriptors;
11pub mod repo_ext;
12pub mod rewrite;
13pub mod task;
14pub mod untracked_file_cache;