Add compaction support (#22)

This commit is contained in:
Armin Ronacher 2021-02-25 22:13:43 +01:00 committed by GitHub
parent ddb73d8351
commit 7e628d78d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 712 additions and 19 deletions

View file

@ -37,6 +37,10 @@ bstr = { version = "0.2.14", optional = true, default-features = false }
name = "assert"
required-features = ["text", "inline"]
[[example]]
name = "patience"
required-features = ["text", "inline"]
[[example]]
name = "terminal"
required-features = ["text"]