about summary refs log tree commit diff
path: root/src/lib.rs
blob: 467ffe7f7545fd1f34d158a59e8ceaf2738211d5 (plain)
1
2
3
4
5
pub mod actions;

mod history;
mod text_diff;
mod files;