issues
search
mitsuhiko
/
similar
A high level diffing library for rust based on diffs
https://insta.rs/similar
Apache License 2.0
982
stars
34
forks
source link
Added slice remapper and improved documentation
#8
Closed
mitsuhiko
closed
3 years ago
mitsuhiko
commented
3 years ago
Significant improvements to the text diffing:
adds a slice remapper to better work with tokenized strings
improved documentation on text diff methods
add an
iter_slices
method to quickly get slices instead of
Change
s.
added utility module for very common text diff operations
Significant improvements to the text diffing:
iter_slices
method to quickly get slices instead ofChange
s.