Add support for byte diffing (#7)
Restructured text diffing to also support bstr
This commit is contained in:
parent
e53427b56f
commit
4b85e70f91
11 changed files with 775 additions and 307 deletions
|
|
@ -43,6 +43,8 @@
|
|||
//! * `unicode`: when this feature is enabled the text diffing functionality
|
||||
//! gains the ability to diff on a grapheme instead of character level. This
|
||||
//! is particularly useful when working with text containing emojis.
|
||||
//! * `bytes`: when this feature is enabled the text module gains support for
|
||||
//! working with byte slices.
|
||||
//! * `inline`: this feature gives access to additional functionality of the
|
||||
//! `text` module to provide inline information about which values changed
|
||||
//! in a line diff. This currently also enables the `unicode` feature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue