All Projects → Byron → treediff-rs

Byron / treediff-rs

Licence: other
Extract differences between arbitrary datastructures

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to treediff-rs

Nbdime
Tools for diffing and merging of Jupyter notebooks.
Stars: ✭ 2,135 (+4005.77%)
Mutual labels:  diff, merge
Aehnlich
Show/Merge differences in directories and their content (text files) in Light/Dark designs
Stars: ✭ 73 (+40.38%)
Mutual labels:  diff, merge
jQuery-Merge-for-php-diff
A client side merge tool for JBlonds PHP-Diff @ https://github.com/JBlond/php-diff.
Stars: ✭ 74 (+42.31%)
Mutual labels:  diff, merge
Winmerge
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
Stars: ✭ 2,358 (+4434.62%)
Mutual labels:  diff, merge
diffy
Tools for finding and manipulating differences between files
Stars: ✭ 47 (-9.62%)
Mutual labels:  diff, merge
TreeWalker
PHP JSON diff
Stars: ✭ 58 (+11.54%)
Mutual labels:  diff, merge
winmerge2011
Fork of WinMerge which has a different set of features
Stars: ✭ 36 (-30.77%)
Mutual labels:  diff, merge
HandySub
Download Subtitle from Subscene and other sources
Stars: ✭ 42 (-19.23%)
Mutual labels:  diff
wenaox
🐬 A light weight and good performance micro channel small program state management library
Stars: ✭ 33 (-36.54%)
Mutual labels:  diff
vcdiff
Heavily optimized .NET Core vcdiff library
Stars: ✭ 16 (-69.23%)
Mutual labels:  diff
diff-check
Incremental code analysis tools based on checkstyle, pmd and jacoco
Stars: ✭ 48 (-7.69%)
Mutual labels:  diff
tainted
Tool to determine which Go packages need to be rebuilt in a monorepo
Stars: ✭ 53 (+1.92%)
Mutual labels:  diff
zip
PHP ZipArchive toolbox
Stars: ✭ 30 (-42.31%)
Mutual labels:  merge
tailor
Infrastructure as Code for OpenShift
Stars: ✭ 12 (-76.92%)
Mutual labels:  diff
gsql
GSQL is a structured query language code builder for golang.
Stars: ✭ 106 (+103.85%)
Mutual labels:  structured-data
schema
TYPO3 extension providing an API and view helpers for schema.org markup
Stars: ✭ 19 (-63.46%)
Mutual labels:  structured-data
ecto diff
Generates a data structure describing the difference between two ecto structs
Stars: ✭ 22 (-57.69%)
Mutual labels:  diff
Differ
Swift library to generate differences and patches between collections.
Stars: ✭ 612 (+1076.92%)
Mutual labels:  diff
magit-diff-flycheck
Flycheck for Magit diff buffers!
Stars: ✭ 24 (-53.85%)
Mutual labels:  diff
array-diff-multidimensional
Compare the difference between two multidimensional arrays in PHP
Stars: ✭ 60 (+15.38%)
Mutual labels:  diff

Rust crates.io version

A library to compare arbitrary structured data of the same type, efficiently.

Please see the documentation for more details.

Usage

Add this to your Cargo.toml

[dependencies]
treediff = "4"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].