Ability to turn off std in memchr

This commit is contained in:
Connor Wood 2017-05-24 17:54:36 +01:00 committed by GitHub
parent eee82832fa
commit 9e8ba817a2

View File

@ -22,7 +22,7 @@ include = [
]
[features]
std = []
std = ["memchr/use_std"]
nightly = []
default = ["std", "stream"]
regexp = ["regex"]
@ -40,6 +40,7 @@ optional = true
[dependencies.memchr]
version = "^1.0.1"
default-features = false
#[dev-dependencies.bytes]
#git = "https://github.com/carllerche/bytes"