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