Start on a custom diff implementation

This commit is contained in:
Antonio Scandurra 2023-08-22 12:07:41 +02:00
parent 5453553cfa
commit 1ae5a909cd
3 changed files with 181 additions and 43 deletions

View file

@ -1,5 +1,6 @@
pub mod assistant;
mod assistant_settings;
mod diff;
mod refactor;
use anyhow::{anyhow, Result};