Cargo Features
regex-chunker has no features set by default.
[dependencies]
regex-chunker = { version = "0.3.0", features = ["async", "test"] }
- async
-
Enables bytes, tokio, tokio-stream, and tokio-util
Affects
regex-chunker::stream
…Required by slowsource and toutput binaries
- test
-
Enables fastrand
Required by slowsource and toutput binaries