| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
text-diff can be used to compare two text files and output the difference between them. text-diff was written in Rust and offers a simple and intuitive user-interface for Windows, Linux and macOS.
In order to build text-diff, you can run the following command:
cargo buildA release build with extra optimizations can be built by issuing the following command:
cargo build --releaseOn Linux you can further decrease the binary size by issuing a strip command, which will 'strip' symbols from the object file, after building:
cargo build --release && strip target/release/text-diffYou can run text-diff directly by issuing the following command:
cargo runThis library is maintained by CodeDead. You can find more about us using the following links:
Copyright © 2022 CodeDead
| Back | FazBrowse Home | New Git URL |