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
1
Makefile
1
Makefile
|
|
@ -10,6 +10,7 @@ test:
|
|||
@cargo test
|
||||
@cargo test --all-features
|
||||
@cargo test --no-default-features
|
||||
@cargo test --no-default-features --features bytes
|
||||
|
||||
format:
|
||||
@rustup component add rustfmt 2> /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue