blob: 27c1a1317244a59dd64dbf09e03a125e181c441e (
plain)
1
2
3
|
//! For using text diffs, please have a look at the [`imara-diff` documentation](https://docs.rs/imara-diff),
//! maintained by [Pascal Kuthe](https://github.com/pascalkuthe).
pub use imara_diff::*;
|