Add support for byte diffing (#7)

Restructured text diffing to also support bstr
This commit is contained in:
Armin Ronacher 2021-02-02 14:16:00 +01:00 committed by GitHub
parent e53427b56f
commit 4b85e70f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 775 additions and 307 deletions

View file

@ -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