All Projects → messense → unidiff-rs

messense / unidiff-rs

Licence: MIT license
Unified diff parsing/metadata extraction library for Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to unidiff-rs

lightline-gitdiff
Show added, deleted and modified lines (`git diff`) in your statusline or lightline
Stars: ✭ 27 (+42.11%)
Mutual labels:  diff, git-diff
Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
Stars: ✭ 13 (-31.58%)
Mutual labels:  diff
tqsdk-js
期货行情/历史数据/交易 开发包
Stars: ✭ 52 (+173.68%)
Mutual labels:  diff
react-rich-diff
React component to render rich diff between two documents (Markdown, HTML)
Stars: ✭ 51 (+168.42%)
Mutual labels:  diff
textdiff-create
Create lean text diff deltas.
Stars: ✭ 25 (+31.58%)
Mutual labels:  diff
spotdiff.vim
A range and area selectable diffthis to compare partially
Stars: ✭ 29 (+52.63%)
Mutual labels:  diff
diffhtml
Tools for generating diff output in HTML.
Stars: ✭ 23 (+21.05%)
Mutual labels:  diff
TreeWalker
PHP JSON diff
Stars: ✭ 58 (+205.26%)
Mutual labels:  diff
elixir-utilities-web
Utilties for the Developer. Regex, HTTP echo. Diffing
Stars: ✭ 36 (+89.47%)
Mutual labels:  diff
Odin
manage model revisions with ease
Stars: ✭ 60 (+215.79%)
Mutual labels:  diff
duff
Pure OCaml implementation of libXdiff (Rabin's fingerprint)
Stars: ✭ 20 (+5.26%)
Mutual labels:  diff
ngx-text-diff
A Text Diff component for Angular
Stars: ✭ 49 (+157.89%)
Mutual labels:  diff
eslint-plugin-diff
Run ESLint on your changes only
Stars: ✭ 80 (+321.05%)
Mutual labels:  diff
gitdub
📤 A github WebHook that emails detailed diffs of your commits.
Stars: ✭ 25 (+31.58%)
Mutual labels:  diff
ecomparatio
eComparatio: text diff and support for digital edition
Stars: ✭ 21 (+10.53%)
Mutual labels:  diff
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (+73.68%)
Mutual labels:  diff
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (+31.58%)
Mutual labels:  diff
visual-differ
A Node-based diffing tool to compare an array of URLs and flag differences between them
Stars: ✭ 18 (-5.26%)
Mutual labels:  diff
lcs-image-diff-rs
🖼 Image diff tool with LCS algorithm
Stars: ✭ 67 (+252.63%)
Mutual labels:  diff
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+16415.79%)
Mutual labels:  diff

unidiff-rs

GitHub Actions Crates.io docs.rs

Unified diff parsing/metadata extraction library for Rust

Installation

Add it to your Cargo.toml:

[dependencies]
unidiff = "0.3"

Add extern crate unidiff to your crate root and your're good to go!

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

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].