Toy ndiff command written in Rust
Find a file
2024-10-24 21:27:27 +03:00
.idea initial commit 2024-10-24 17:20:52 +03:00
src refactor using Enum 2024-10-24 21:27:27 +03:00
.gitignore initial commit 2024-10-24 17:20:52 +03:00
a.txt initial commit 2024-10-24 17:20:52 +03:00
b.txt initial commit 2024-10-24 17:20:52 +03:00
Cargo.lock initial commit 2024-10-24 17:20:52 +03:00
Cargo.toml initial commit 2024-10-24 17:20:52 +03:00
readme.md initial commit 2024-10-24 17:20:52 +03:00

Ndiff

Ndiff is an educational Rust rewrite of the diff program.

Of course, it's no way near as featured as the diff command, since it's utility is to learn Rust concepts by completing a simple project.