imara_diff_library
Wilfred Hughes 2025-05-21 00:13:29 +07:00
parent bbe681013d
commit 1341ec68e5
1 changed files with 3 additions and 3 deletions

@ -37,9 +37,9 @@ $ RAYON_NUM_THREADS=1 cargo build --release
Difftastic depends on Difftastic depends on
[tree_magic_mini](https://docs.rs/tree_magic_mini/latest/tree_magic_mini/), [tree_magic_mini](https://docs.rs/tree_magic_mini/latest/tree_magic_mini/),
which access the MIME database on the current system. The MIME database is which accesses the MIME database on the current system. The MIME
used to recognise file types, to ensure that binary files are not database is used to recognise file types, so difftastic does not try
compared as text. to compoare binary files as text.
This means that the difftastic package should depend on a MIME This means that the difftastic package should depend on a MIME
database package, if available. database package, if available.