Feature flagged out the text module

This commit is contained in:
Armin Ronacher 2021-01-24 09:26:56 +01:00
parent 18fff98d22
commit 16d1eea8fc
4 changed files with 11 additions and 4 deletions

View file

@ -13,7 +13,8 @@ readme = "README.md"
all-features = true
[features]
default = []
default = ["text"]
text = []
unicode = ["unicode-segmentation"]
[dev-dependencies]